homebrew-cask/Casks/bonjeff.rb

20 lines
653 B
Ruby
Raw Normal View History

cask 'bonjeff' do
2017-12-26 03:23:29 +08:00
version '1.0.3'
sha256 'f083ca2e5f46e1a3a012863e7e6012087e700ef7b7e8cd3354f123a649522984'
url "https://github.com/lapcat/Bonjeff/releases/download/v#{version}/Bonjeff.#{version}.zip"
appcast 'https://github.com/lapcat/Bonjeff/releases.atom',
2017-12-26 03:23:29 +08:00
checkpoint: '1b6822f478c8e50b0f2e69ed0514647e8e91aa10e9e0d78f338e427bb5396e8e'
name 'Bonjeff'
homepage 'https://github.com/lapcat/Bonjeff'
depends_on macos: '>= :sierra'
app 'Bonjeff.app'
2017-11-18 17:38:07 +08:00
zap trash: [
'~/Library/Application Scripts/com.lapcatsoftware.bonjeff',
'~/Library/Containers/com.lapcatsoftware.bonjeff',
]
end