saxon 9.6.0.5
Closes Homebrew/homebrew#39443. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3abff42361
commit
cb40801276
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require "formula"
|
|||
|
||||
class Saxon < Formula
|
||||
homepage "http://saxon.sourceforge.net"
|
||||
url "https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.5/SaxonHE9-5-1-6J.zip"
|
||||
sha1 "b5f392bc8d2328979e776ad53198d5d7dc1d65a2"
|
||||
version "9.5.1.6"
|
||||
url "https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.6/SaxonHE9-6-0-5J.zip"
|
||||
sha1 "10bb2091e8b891065918ff55c01190fab38acc85"
|
||||
version "9.6.0.5"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*.jar", "doc", "notices"]
|
||||
|
|
Loading…
Reference in a new issue