diff options
| author | Brett Koonce | 2013-05-23 09:28:27 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-23 10:06:45 -0500 |
| commit | d3c92d396e14e6a26dda263e225b4a8324b063c9 (patch) | |
| tree | c955c7880ccb0b39b5b81e28e54112649929fc1e /Library/Formula | |
| parent | 2384cc2f545efbcdc05f6a1cd02fdf867ef7b757 (diff) | |
| download | homebrew-d3c92d396e14e6a26dda263e225b4a8324b063c9.tar.bz2 | |
Saxon 9.5.0.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 dfb446df0..3dcdce2ee 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-7J.zip" - sha1 '5a166a7d0c6ae46f664467e6789bf25a5244d225' - version "9.4.0.7" + url "http://sourceforge.net/projects/saxon/files/Saxon-HE/9.5/SaxonHE9-5-0-2J.zip" + sha1 'd599b177d01cde8b2a5a2a5c0d6f61e65e7d48df' + version "9.5.0.2" def install libexec.install Dir["*"] |
