homebrew-cask/Casks/biscuit.rb

20 lines
620 B
Ruby
Raw Normal View History

2019-11-05 02:12:58 +08:00
cask 'biscuit' do
version '1.2.7'
sha256 'dfdec32b8532ba9bd654612ea6db5bc213f3d63635aa2c1c27db27aec1755dc1'
2019-11-05 02:12:58 +08:00
# github.com/agata/dl.biscuit/ was verified as official when first introduced to the cask
2019-11-05 02:12:58 +08:00
url "https://github.com/agata/dl.biscuit/releases/download/v#{version}/Biscuit-#{version}.dmg"
appcast 'https://github.com/agata/dl.biscuit/releases.atom'
name 'Biscuit'
homepage 'https://eatbiscuit.com/'
auto_updates true
2019-11-05 02:12:58 +08:00
app 'Biscuit.app'
zap trash: [
'~/Library/Application Support/Biscuit',
'~/Library/Preferences/com.eatbiscuit.biscuit.plist',
]
end