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-18 04:00:25 +08:00
version '5.5.6'
sha256 '16135c083232d8a540232975edb5e25c7ac4e2d9838e0d0f3b880dcd25a136cb'
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-18 04:00:25 +08:00
checkpoint: '67f963d7e7a91e07ace7dcce39809f996474ff921f1c0c49f0f13750a8328ceb'
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