homebrew-cask-versions/Casks/putiosync.rb
Alexander Goldstein 12fb55804a PutIOSync for OS X
PutIOSync is a little menubar app for your Mac that allows you to
automatically download new files from put.io as they arrive in your
folders there. It can also delete successfully downloaded files from
put.io and flatten folder hierarchies, if you want it to.

https://github.com/arrizer/PutIOSync-OSX
2014-11-30 13:15:48 +00:00

10 lines
247 B
Ruby

cask :v1 => 'putiosync' do
version :latest
sha256 :no_check
url 'https://github.com/arrizer/PutIOSync-OSX/raw/master/App/PutIOSync.app.zip'
homepage 'https://github.com/arrizer/PutIOSync-OSX'
license :unknown
app 'PutIOSync.app'
end