homebrew-cask/Casks/appshelf.rb

19 lines
637 B
Ruby

cask 'appshelf' do
version '1.6'
sha256 'cac1b74b9747cb19dabff7b166322cfc2abfcacb001de8075235a4ac1efc1fd4'
url "http://www.kedisoft.com/dl/appshelf/AppShelf-#{version}.dmg"
appcast 'http://www.kedisoft.com/appcasts/appshelf.xml',
checkpoint: '34bb64f1399beb10359de8943555dc8a3427a11914804fe863f2384745721df6'
name 'AppShelf'
homepage 'http://www.kedisoft.com/appshelf/'
app 'AppShelf.app'
zap delete: [
'~/Library/Application Support/AppShelf',
'~/Library/Caches/com.kedisoft.AppShelf',
'~/Library/Preferences/com.kedisoft.AppShelf.plist',
]
end