homebrew-cask/Casks/macpass.rb

15 lines
560 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'macpass' do
2016-02-16 17:21:01 +08:00
version '0.6.1-alpha'
sha256 'f3e4944cb8ebc1da5f605482781f664c4fb7d3815c8354760d37dbc036e07701'
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-16 17:21:01 +08:00
checkpoint: 'fb3d2bfb6c2843f72b910f087c7d56b90c1ff3f8d38b717e469d79cb09093462'
2015-01-10 04:30:03 +08:00
name 'MacPass'
2015-06-29 14:32:18 +08:00
homepage 'https://mstarke.github.io/MacPass/'
license :gpl
2014-09-16 00:05:53 +08:00
app 'MacPass.app'
end