homebrew-cask/Casks/festify.rb

20 lines
742 B
Ruby
Raw Normal View History

2017-08-28 07:32:40 +08:00
cask 'festify' do
2017-11-04 09:35:54 +08:00
version '0.2.10'
sha256 '884b9f0f5e6413fdcec547f0c414c8ed7ab3992bf348218cd0e298557522ee3d'
2017-08-28 07:32:40 +08:00
url "https://github.com/festify/app/releases/download/v#{version}/Festify-#{version}.dmg"
appcast 'https://github.com/Festify/app/releases.atom',
2017-11-04 09:35:54 +08:00
checkpoint: '02408830be2ec73a2b0d8c09af58fad2b55b0da7f9ce72b0df27581c95375403'
2017-08-28 07:32:40 +08:00
name 'Festify'
homepage 'https://github.com/festify/app'
app 'Festify.app'
2017-11-18 18:01:27 +08:00
zap trash: [
'~/Library/Application Support/Festify',
'~/Library/Preferences/rocks.festify.app.helper.plist',
'~/Library/Preferences/rocks.festify.app.plist',
'~/Library/Saved Application State/rocks.festify.app.savedState',
]
2017-08-28 07:32:40 +08:00
end