homebrew-cask/Casks/cookie.rb

20 lines
671 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cookie' do
2018-06-19 01:18:07 +08:00
version '5.8.5'
sha256 '7ae22e65163ca9e4846115f44e67d2e517e6e7d336e227a67f03a824edfaf67c'
2014-12-07 16:40:53 +08:00
2017-02-25 20:50:07 +08:00
url "https://sweetpproductions.com/products/cookie#{version.major}/Cookie#{version.major}.dmg"
2018-06-12 22:37:26 +08:00
appcast "https://sweetpproductions.com/products/cookie#{version.major}/appcast.xml"
2015-03-26 11:24:21 +08:00
name 'Cookie'
2015-06-29 14:32:18 +08:00
homepage 'https://sweetpproductions.com/'
2014-12-07 16:40:53 +08:00
depends_on macos: '>= :el_capitan'
2014-12-07 16:40:53 +08:00
app 'Cookie.app'
2017-04-12 03:13:44 +08:00
2017-11-18 17:49:19 +08:00
zap trash: [
'~/Library/Application Scripts/com.sweetpproductions.Cookie5',
'~/Library/Containers/com.sweetpproductions.Cookie5',
'~/Library/Preferences/com.sweetpproductions.Cookie5.plist',
]
2014-12-07 16:40:53 +08:00
end