homebrew-cask/Casks/airy.rb

18 lines
567 B
Ruby

cask :v1 => 'airy' do
version '2.2.96'
sha256 '69ec2c218c319f08df2dec4ebb7d858cc01356581d980384ee70fd90a8423504'
url "http://www.eltima.com/download/airy-update/airy_#{version}.dmg"
appcast 'http://mac.eltima.com/download/airy-update/airy.xml',
:sha256 => '7cf4ae5c7282eb89662dcfc7a40449e88fad97e191669f26f3dfe2e4e5eb9644'
name 'Airy'
homepage 'http://mac.eltima.com/youtube-downloader-mac.html'
license :commercial
app 'Airy.app'
uninstall :quit => 'com.eltima.Airy'
zap :delete => '~/Library/Preferences/com.eltima.Airy.plist'
end