homebrew-cask/Casks/qutebrowser.rb

19 lines
674 B
Ruby

cask 'qutebrowser' do
version '1.6.2'
sha256 '4faa45e2d557c6b45bfa9970fb185bee4cf3dfb69249a4e7bce7474f67bb9f27'
# 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