diff options
| author | Baptiste Fontaine | 2015-02-26 19:21:41 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-02-28 23:33:48 -0500 |
| commit | 1d1b14b7873e7562e3993e11f5e69238eec7014b (patch) | |
| tree | daa614a0c1a229c2170cbef132eb8247e8c253ee /Library/Formula | |
| parent | a135f47ef2837a73872cf96b7f58c55a14b7522f (diff) | |
| download | homebrew-1d1b14b7873e7562e3993e11f5e69238eec7014b.tar.bz2 | |
hevea 2.22
Closes #37223.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hevea.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb index c039d9570..b84f00430 100644 --- a/Library/Formula/hevea.rb +++ b/Library/Formula/hevea.rb @@ -1,9 +1,7 @@ -require "formula" - class Hevea < Formula homepage "http://hevea.inria.fr/" - url "http://hevea.inria.fr/distri/hevea-2.21.tar.gz" - sha1 "37a13c587f008d4376a7245c43beb52d567828dd" + url "http://hevea.inria.fr/distri/hevea-2.22.tar.gz" + sha1 "16ddc99402940fe06b89723f7c4e5cb0c646d55f" bottle do sha1 "2daa0f13092e445e793fa56fa2cd81ea6a075be8" => :yosemite |
