homebrew-cask/Casks/qutebrowser.rb

19 lines
674 B
Ruby

cask 'qutebrowser' do
version '1.4.1'
sha256 'c03ce9304d439b3a8c8dcd5bf5c193625c505759fa1ca8481345f9a26e2a7cd6'
# 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