Skip to content

Commit 8f02c36

Browse files
authored
Merge pull request #197042 from Homebrew/bump-groovysdk-4.0.24
groovysdk 4.0.24
2 parents b548695 + 534508d commit 8f02c36

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/g/groovysdk.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Groovysdk < Formula
22
desc "SDK for Groovy: a Java-based scripting language"
33
homepage "https://www.groovy-lang.org/"
4-
url "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-4.0.23.zip"
5-
sha256 "3ebc981ae4ed3b89cc920119ce4cbefb1936594e09f2ad55a47d238638701645"
4+
url "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-4.0.24.zip"
5+
sha256 "61f360d1c1b1316082bca4af9ef88954ec55ac1ec4b49a3e0c9cb9b723172a8a"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,14 +11,12 @@ class Groovysdk < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e0f74ad33dda9d9efaa30523055b7b9f2e1b71fa78aa53079bd35d36429c8f5"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e0f74ad33dda9d9efaa30523055b7b9f2e1b71fa78aa53079bd35d36429c8f5"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1e0f74ad33dda9d9efaa30523055b7b9f2e1b71fa78aa53079bd35d36429c8f5"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "1e0f74ad33dda9d9efaa30523055b7b9f2e1b71fa78aa53079bd35d36429c8f5"
18-
sha256 cellar: :any_skip_relocation, sonoma: "c4f7ab0a26faa7ce5848994bc7eb72696bef1df31319949eb3e9331938c28d9c"
19-
sha256 cellar: :any_skip_relocation, ventura: "c4f7ab0a26faa7ce5848994bc7eb72696bef1df31319949eb3e9331938c28d9c"
20-
sha256 cellar: :any_skip_relocation, monterey: "c4f7ab0a26faa7ce5848994bc7eb72696bef1df31319949eb3e9331938c28d9c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e0f74ad33dda9d9efaa30523055b7b9f2e1b71fa78aa53079bd35d36429c8f5"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "98589d880eb28fd123bc6767b26155b92f5e010e6aa5da18046b3d886b4fcf98"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "98589d880eb28fd123bc6767b26155b92f5e010e6aa5da18046b3d886b4fcf98"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "98589d880eb28fd123bc6767b26155b92f5e010e6aa5da18046b3d886b4fcf98"
17+
sha256 cellar: :any_skip_relocation, sonoma: "8c1602220d7f6a31c2ffe8584ded688fcfb98e402b69bf705a6091c1e0fd5309"
18+
sha256 cellar: :any_skip_relocation, ventura: "8c1602220d7f6a31c2ffe8584ded688fcfb98e402b69bf705a6091c1e0fd5309"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "98589d880eb28fd123bc6767b26155b92f5e010e6aa5da18046b3d886b4fcf98"
2220
end
2321

2422
depends_on "openjdk"

0 commit comments

Comments
 (0)