homebrew-cask/Casks/enpass.rb

14 lines
361 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'enpass' do
2017-01-26 19:45:15 +08:00
version '5.4.1'
sha256 'e634a2bb12f7b4152e92fa5e9a9d6f9902be62afe7e0c54c768119bf64b5413f'
2015-11-19 03:54:55 +08:00
2016-02-14 08:24:44 +08:00
# sinew.in was verified as official when first introduced to the cask
url "https://dl.sinew.in/mac/setup/Enpass-#{version}.dmg"
2015-11-19 03:54:55 +08:00
name 'Enpass'
2016-11-21 08:45:14 +08:00
homepage 'https://www.enpass.io/'
2015-11-19 03:54:55 +08:00
depends_on macos: '>= :mountain_lion'
app 'Enpass.app'
2015-11-19 03:54:55 +08:00
end