homebrew-cask/Casks/cookie.rb

20 lines
671 B
Ruby

cask 'cookie' do
version '5.8.5'
sha256 '7ae22e65163ca9e4846115f44e67d2e517e6e7d336e227a67f03a824edfaf67c'
url "https://sweetpproductions.com/products/cookie#{version.major}/Cookie#{version.major}.dmg"
appcast "https://sweetpproductions.com/products/cookie#{version.major}/appcast.xml"
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