homebrew-cask/Casks/bonjeff.rb

19 lines
563 B
Ruby
Raw Normal View History

cask 'bonjeff' do
version '1.0.8'
sha256 'b352025d99a4eb0624ec15714aa30b434a98f6ec7bebcd040d3301ee7bb120cd'
url "https://github.com/lapcat/Bonjeff/releases/download/v#{version}/Bonjeff.#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/lapcat/Bonjeff/releases.atom'
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