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-04-05 23:01:21 +08:00
version '5.5.2'
sha256 '3f3eec50c4d80b26dc5b79a2743331b3a470664e6d5f309d1a0d86e6e057bea2'
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