From 1e10180e1a0f4683fc30fc9b3beb67cc7d2c2624 Mon Sep 17 00:00:00 2001 From: Tilman Potthof Date: Wed, 22 Jan 2014 02:27:13 +0100 Subject: [PATCH] HEVEA 2.12 Closes Homebrew/homebrew#26085. Signed-off-by: Mike McQuaid --- Formula/hevea.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/hevea.rb b/Formula/hevea.rb index ffd66a01f8..e374891a46 100644 --- a/Formula/hevea.rb +++ b/Formula/hevea.rb @@ -2,8 +2,8 @@ require 'formula' class Hevea < Formula homepage 'http://hevea.inria.fr/' - url 'http://hevea.inria.fr/distri/hevea-2.09.tar.gz' - sha1 '7186fccfe84611680a6451fcb9c9d78130f3adf2' + url 'http://hevea.inria.fr/distri/hevea-2.12.tar.gz' + sha1 '21ca8c366a3fd1030b3cfba3cd2aa16e6baf5c56' depends_on 'objective-caml' depends_on 'ghostscript' => :optional