homebrew-cask/Casks/macpass.rb

15 lines
477 B
Ruby

cask 'macpass' do
version '0.7.3'
sha256 '1551b9db0e275827ab99e80a14980dcc1c1e20e47bdb65c0140e618407f150c2'
# github.com/MacPass/MacPass was verified as official when first introduced to the cask
url "https://github.com/MacPass/MacPass/releases/download/#{version}/MacPass-#{version}.zip"
appcast 'https://github.com/MacPass/MacPass/releases.atom'
name 'MacPass'
homepage 'https://macpass.github.io/'
depends_on macos: '>= :yosemite'
app 'MacPass.app'
end