fetch-crl 3.0.13

Closes Homebrew/homebrew#29520.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Manuel Giffels 2014-05-23 16:49:11 +02:00 committed by Jack Nagel
parent 338c145217
commit a617fe860c

View file

@ -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.12.tar.gz'
sha1 '78c25808517da2846f918f60ca4e86cb432cdf73'
url 'https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.13.tar.gz'
sha1 'bb1de570e8c4b977a8ec623c808df80cd10a3d8f'
def install
system "make", "install", "PREFIX=#{prefix}", "ETC=#{etc}", "CACHE=#{var}/cache"