mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
363 B
Ruby
11 lines
363 B
Ruby
cask :v1 => 'putiosync' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://github.com/arrizer/PutIOSync-OSX/raw/master/App/PutIOSync.app.zip'
|
|
name 'PutIOSync'
|
|
homepage 'https://github.com/arrizer/PutIOSync-OSX'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app 'PutIOSync.app'
|
|
end
|