homebrew-cask/Casks/qtpass.rb

14 lines
515 B
Ruby

cask 'qtpass' do
version '1.1.6'
sha256 '755b8f46f77ab8aeac7986845495936e3da1a3abecf4cc39ad27d8f93f1242c4'
# github.com/IJHack/qtpass was verified as official when first introduced to the cask
url "https://github.com/IJHack/qtpass/releases/download/v#{version}/qtpass-#{version}.dmg"
appcast 'https://github.com/IJHack/qtpass/releases.atom',
checkpoint: '426e2c46f4e7ec81b5d7cd801778de605237964f002d109084234a0531f2dd29'
name 'QtPass'
homepage 'https://qtpass.org/'
app 'QtPass.app'
end