homebrew-cask/Casks/qtpass.rb

14 lines
442 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qtpass' do
2016-04-06 01:09:47 +08:00
version '1.1.1'
sha256 '4feb50fa56fb3d935bc9df598cc511da6168f91b926d20af3eef88b4dd96b051'
2015-05-28 13:24:57 +08:00
2015-09-20 21:20:30 +08:00
url "https://github.com/IJHack/qtpass/releases/download/v#{version}/qtpass-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/IJHack/qtpass/releases.atom',
2016-04-06 01:09:47 +08:00
checkpoint: '708202c18c1b76e0ed3be809dff77457cbad1c3afbff329002e784db2260a0f9'
2015-05-28 13:24:57 +08:00
name 'QtPass'
2015-06-29 14:32:18 +08:00
homepage 'https://qtpass.org/'
2015-05-28 13:24:57 +08:00
license :gpl
app 'QtPass.app'
end