homebrew-cask/Casks/qtpass.rb

14 lines
441 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qtpass' do
2015-11-19 05:50:46 +08:00
version '1.0.5'
sha256 '2f1b7e2027c38930d40559e858f06eadcfc695a02e67c5b4052f871c9f23ba2d'
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',
:sha256 => 'b776bee99c3fa79f7d7c7491d72a70563a59a6e0e72eb619a6b0a0dffd832482'
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