homebrew-cask/Casks/cookie.rb

21 lines
766 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cookie' do
2017-05-23 21:41:01 +08:00
version '5.5.7'
sha256 'd05910dd83ecc29cc86cf0b41734ab9966b39d02a34ca4be3b84189a46c1144d'
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"
2016-08-12 05:53:17 +08:00
appcast "https://sweetpproductions.com/products/cookie#{version.major}/appcast.xml",
2017-05-23 21:41:01 +08:00
checkpoint: '317a3aa39107b8c2bb6ef8a638c51af7ea1f409f05a33609e749a70a0881868b'
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
zap delete: [
'~/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