homebrew-cask/Casks/qutebrowser.rb

19 lines
674 B
Ruby

cask 'qutebrowser' do
version '1.9.0'
sha256 '8030d82db28e64a7823b5c4defd4402270d2fe7b157f53dd8c96ff6bb7d82f2f'
# github.com/qutebrowser/qutebrowser was verified as official when first introduced to the cask
url "https://github.com/qutebrowser/qutebrowser/releases/download/v#{version}/qutebrowser-#{version}.dmg"
appcast 'https://github.com/qutebrowser/qutebrowser/releases.atom'
name 'qutebrowser'
homepage 'https://www.qutebrowser.org/'
app 'qutebrowser.app'
zap trash: [
'~/Library/Application Support/qutebrowser',
'~/Library/Caches/qutebrowser',
'~/Library/Preferences/qutebrowser',
]
end