diff options
| author | Brett Koonce | 2012-11-04 11:11:17 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-04 09:25:26 -0800 |
| commit | cdf6c2088b369ca33f53a2f00ba743c5b6fbb036 (patch) | |
| tree | 231dfd037c1ad6b3d332887d1a1f3e9aab606b55 /Library | |
| parent | a229fb339277ef01753151b485e7d65f81cbc692 (diff) | |
| download | homebrew-cdf6c2088b369ca33f53a2f00ba743c5b6fbb036.tar.bz2 | |
saxon HE9-4-0-6J (9.4.0.6)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/saxon.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/saxon.rb b/Library/Formula/saxon.rb index ce26956a7..4da678d2b 100644 --- a/Library/Formula/saxon.rb +++ b/Library/Formula/saxon.rb @@ -2,9 +2,9 @@ require 'formula' class Saxon < Formula homepage "http://saxon.sourceforge.net" - url "http://downloads.sourceforge.net/project/saxon/Saxon-HE/9.4/SaxonHE9-4-0-2J.zip" - sha1 '7383d2504f45582f94c0d9c9ca2f4fa322fad7a1' - version "9.4.0.2" + url "http://downloads.sourceforge.net/project/saxon/Saxon-HE/9.4/SaxonHE9-4-0-6J.zip" + sha1 'e206ed3b787dbdf12b172fa6a3084221dc00394e' + version "9.4.0.6" def install libexec.install Dir["*"] |
