diff options
| author | Adam Vandenberg | 2013-11-30 09:31:27 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 09:31:27 -0800 |
| commit | 970775a7a0b9ebd81aa546bec71bc2b5b6902898 (patch) | |
| tree | a1b70e2002332e960ce10d5b7fe462722e19270a /Library/Formula | |
| parent | 5b6abcabf6178168fd45b4f4e6a57eff24ddd454 (diff) | |
| download | homebrew-970775a7a0b9ebd81aa546bec71bc2b5b6902898.tar.bz2 | |
fetch-crl 3.0.12
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fetch-crl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fetch-crl.rb b/Library/Formula/fetch-crl.rb index bbb3e275c..685e1c8f1 100644 --- a/Library/Formula/fetch-crl.rb +++ b/Library/Formula/fetch-crl.rb @@ -2,8 +2,8 @@ require 'formula' class FetchCrl < Formula homepage 'http://wiki.nikhef.nl/grid/FetchCRL3' - url 'https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.8.tar.gz' - sha1 '5e4474d70ef5a5a1a29bff1944114ad58987f731' + url 'https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.12.tar.gz' + sha1 '78c25808517da2846f918f60ca4e86cb432cdf73' def install system "make", "install", "PREFIX=#{prefix}", "ETC=#{etc}", "CACHE=#{var}/cache" |
