diff options
| author | Josh Tilles | 2014-05-09 15:47:21 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-09 14:20:50 -0700 |
| commit | 010d6bc60f7f6487838d27c5970c913c99574fea (patch) | |
| tree | 7d3516a0f96eb8071ea35672057dc4818dd2bb96 /Library/Formula | |
| parent | 66b8e81b76e4264e3ff6b216db437531f156c8bd (diff) | |
| download | homebrew-010d6bc60f7f6487838d27c5970c913c99574fea.tar.bz2 | |
hevea 2.14
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hevea.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb index 3ebd4854f..eec79e5ca 100644 --- a/Library/Formula/hevea.rb +++ b/Library/Formula/hevea.rb @@ -2,13 +2,10 @@ require 'formula' class Hevea < Formula homepage 'http://hevea.inria.fr/' - url 'http://hevea.inria.fr/distri/hevea-2.13.tar.gz' - sha1 '03b35732f880591743ba750948b14efc0a46578b' + url "http://hevea.inria.fr/distri/hevea-2.14.tar.gz" + sha1 "78152c83802e34881ce3414072d75bff66facb15" bottle do - sha1 "35761f7de7166b14412443c701386581209ac61b" => :mavericks - sha1 "ac0e2b98c81f462a7df9a07e2fb38754f922d573" => :mountain_lion - sha1 "a86c833a0ffeb1f46917f529895546fdda604261" => :lion end depends_on 'objective-caml' |
