homebrew-cask/Casks/goofy.rb

23 lines
965 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'goofy' do
2018-02-17 05:52:55 +08:00
version '3.3.1'
sha256 'df3e650ae8fc318b2a9f75a66077b08b2d845aa53d4fc14cdb07c9602f20ece7'
2016-02-01 23:50:25 +08:00
# github.com/danielbuechele/goofy was verified as official when first introduced to the cask
2017-04-03 00:12:04 +08:00
url "https://github.com/danielbuechele/goofy/releases/download/v#{version}/goofy-core-#{version}-mac.zip"
2015-08-09 08:15:14 +08:00
appcast 'https://github.com/danielbuechele/goofy/releases.atom',
2018-02-17 05:52:55 +08:00
checkpoint: '48776e9bc3abf02a6f4068913e67f83e6ed224f08811dc5db0e606056eb46979'
name 'Goofy'
homepage 'http://www.goofyapp.com/'
app 'Goofy.app'
2017-05-07 16:40:02 +08:00
2017-11-18 18:08:50 +08:00
zap trash: [
'~/Library/Application Support/goofy-core',
'~/Library/Caches/cc.buechele.Goofy',
'~/Library/Caches/cc.buechele.Goofy.ShipIt',
'~/Library/Preferences/cc.buechele.Goofy.helper.plist',
'~/Library/Preferences/cc.buechele.Goofy.plist',
'~/Library/Saved Application State/cc.buechele.Goofy.savedState',
]
end