homebrew-cask/Casks/cookie.rb

21 lines
761 B
Ruby

cask 'cookie' do
version '5.8.4'
sha256 '0fc446e8d0866d02658e532100724c4a8e4e9fbbeef5bed4364993ab2825e81e'
url "https://sweetpproductions.com/products/cookie#{version.major}/Cookie#{version.major}.dmg"
appcast "https://sweetpproductions.com/products/cookie#{version.major}/appcast.xml",
checkpoint: 'b1c3a07829bd50761cd161799db81225ad78c81ff9e195a100fe7eac6c77d822'
name 'Cookie'
homepage 'https://sweetpproductions.com/'
depends_on macos: '>= :el_capitan'
app 'Cookie.app'
zap trash: [
'~/Library/Application Scripts/com.sweetpproductions.Cookie5',
'~/Library/Containers/com.sweetpproductions.Cookie5',
'~/Library/Preferences/com.sweetpproductions.Cookie5.plist',
]
end