homebrew-cask/Casks/macpass.rb

14 lines
545 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'macpass' do
2016-02-27 20:57:41 +08:00
version '0.6.2-alpha'
sha256 '66e6cd674985555e1c8ea8a9a9a4dd10a3919b83b07f68c4dab6fa46242e4044'
2016-02-11 06:02:09 +08:00
# github.com/mstarke/MacPass was verified as official when first introduced to the cask
2014-09-26 20:09:01 +08:00
url "https://github.com/mstarke/MacPass/releases/download/#{version}/MacPass-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mstarke/MacPass/releases.atom',
2016-02-27 20:57:41 +08:00
checkpoint: 'e0cb1a3c927f46c82094b92ff519cf38dfb89d00e79f665428517773ba130bff'
2015-01-10 04:30:03 +08:00
name 'MacPass'
2015-06-29 14:32:18 +08:00
homepage 'https://mstarke.github.io/MacPass/'
2014-09-16 00:05:53 +08:00
app 'MacPass.app'
end