re-use version in crypt

This commit is contained in:
Roland Walker 2014-09-26 10:58:33 -04:00
parent d83634dd1e
commit f346dd2902
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ class Crypt < Cask
version '3'
sha256 'e9e82ad331fe26a26ddb9625a9e1ac8e65086770c1abf4bfa503c8336bdf37bd'
url 'http://voluntary.net.s3.amazonaws.com/Crypt3_20100429.zip'
url "http://voluntary.net.s3.amazonaws.com/Crypt#{version}_20100429.zip"
homepage 'http://voluntary.net/crypt/'
app 'Crypt3.app'
app "Crypt#{version}.app"
end