homebrew-cask/Casks/crypt.rb

14 lines
497 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'crypt' do
2014-08-18 09:34:24 +08:00
version '3'
sha256 'e9e82ad331fe26a26ddb9625a9e1ac8e65086770c1abf4bfa503c8336bdf37bd'
2016-02-12 07:13:47 +08:00
# voluntary.net.s3.amazonaws.com was verified as official when first introduced to the cask
2014-09-26 22:58:33 +08:00
url "http://voluntary.net.s3.amazonaws.com/Crypt#{version}_20100429.zip"
appcast 'https://voluntary.net/crypt/',
checkpoint: '9754a5d7fca5ad8c9d5ad8543f574dcb4cd053b20de1b98c110698d28ea4488a'
2015-01-12 02:18:06 +08:00
name 'Crypt'
homepage 'https://voluntary.net/crypt/'
2014-08-18 09:34:24 +08:00
2014-09-26 22:58:33 +08:00
app "Crypt#{version}.app"
2014-08-18 09:34:24 +08:00
end