Skip to content

Commit 8f07217

Browse files
authored
Merge pull request #222280 from Homebrew/bump-saxon-12.6
saxon 12.6
2 parents e51ca6a + ad188ce commit 8f07217

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/s/saxon.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Saxon < Formula
22
desc "XSLT and XQuery processor"
33
homepage "https://github.com/Saxonica/Saxon-HE"
4-
url "https://github.com/Saxonica/Saxon-HE/releases/download/SaxonHE12-5/SaxonHE12-5J.zip"
5-
version "12.5"
6-
sha256 "35a46728792bd4cec2fc262d48777b4c79b5cdeef03d2981e3a64ecb3a19f716"
4+
url "https://github.com/Saxonica/Saxon-HE/releases/download/SaxonHE12-6/SaxonHE12-6J.zip"
5+
version "12.6"
6+
sha256 "cbb6657da061c155476ad9e43a3564a4cc928d4951ebeed2eafe5a0aa74e2aee"
77
license all_of: ["BSD-3-Clause", "MIT", "MPL-2.0"]
88

99
livecheck do
@@ -18,8 +18,7 @@ class Saxon < Formula
1818
end
1919

2020
bottle do
21-
rebuild 1
22-
sha256 cellar: :any_skip_relocation, all: "a3155919fc60b17e722c0f2c760f08c4a8e39812273cf86f11e3aa0e6e36b2ee"
21+
sha256 cellar: :any_skip_relocation, all: "802be17c233434cf832899449e0d4a6528605c706eafae82b1eca53e176231d6"
2322
end
2423

2524
depends_on "openjdk"

0 commit comments

Comments
 (0)