homebrew-cask/Casks/brave.rb

20 lines
692 B
Ruby
Raw Normal View History

cask 'brave' do
2016-08-08 02:42:59 +08:00
version '0.11.3dev'
sha256 '3fbae05fc6d285a169f995e2c042fd1362e41421387f5fe1894ab1ebbd707767'
2016-02-12 06:00:22 +08:00
# github.com/brave/browser-laptop was verified as official when first introduced to the cask
url "https://github.com/brave/browser-laptop/releases/download/v#{version}/Brave.dmg"
appcast 'https://github.com/brave/browser-laptop/releases.atom',
2016-08-08 02:42:59 +08:00
checkpoint: 'f62251728103720cfdc543cc171816a64ac9c802657ea5c7931478104f543a84'
name 'Brave'
2016-02-25 17:35:52 +08:00
homepage 'https://brave.com'
license :mpl
app 'Brave.app'
2016-05-14 10:47:35 +08:00
zap delete: [
'~/Library/Application Support/Brave',
'~/Library/Preferences/com.electron.brave.plist',
]
end