homebrew-cask/Casks/crypt.rb

13 lines
381 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"
2015-01-12 02:18:06 +08:00
name 'Crypt'
homepage 'https://voluntary.net/crypt/'
license :mit
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