Skip to content

Commit aa2ad50

Browse files
authored
Merge pull request #203818 from Homebrew/bump-orc-tools-2.1.0
orc-tools 2.1.0
2 parents 57d0182 + 9bb37a2 commit aa2ad50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/orc-tools.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class OrcTools < Formula
22
desc "ORC java command-line tools and utilities"
33
homepage "https://orc.apache.org/"
4-
url "https://search.maven.org/remotecontent?filepath=org/apache/orc/orc-tools/2.0.3/orc-tools-2.0.3-uber.jar"
5-
sha256 "d21d15a0c44cc3c0b48a3951ee7377ee2af2ca58cb72bf31cf8ac1179703c194"
4+
url "https://search.maven.org/remotecontent?filepath=org/apache/orc/orc-tools/2.1.0/orc-tools-2.1.0-uber.jar"
5+
sha256 "f89fce464e53a64ea0e97ab1c1ef4f8f498e835732b53b299599230d1067e94a"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class OrcTools < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "29e22587e1b751c03f09357e62b8e2897366e9945cd97f2e2452a859e6d243d9"
14+
sha256 cellar: :any_skip_relocation, all: "c1a5bd00c917d61f591bca7b04cdd436bacc6b0fd8a65f1a1461b560c873f0d5"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)