mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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
10 lines
247 B
Ruby
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
|