Skip to content

Commit 8199ca4

Browse files
authored
Merge pull request Homebrew#251940 from Homebrew/bump-gradle-completion-9.2.0
gradle-completion 9.2.0
2 parents eb27f13 + 8406575 commit 8199ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/gradle-completion.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class GradleCompletion < Formula
22
desc "Bash and Zsh completion for Gradle"
33
homepage "https://gradle.org/"
4-
url "https://github.com/gradle/gradle-completion/archive/refs/tags/v1.6.0.tar.gz"
5-
sha256 "ae8f8caa79950385ada597bb6d9ba08a3668e04f771bd997b5e6c41c6aec22ea"
4+
url "https://github.com/gradle/gradle-completion/archive/refs/tags/v9.2.0.tar.gz"
5+
sha256 "982ec3aab5d7eb50b18af01fb50ca66556151928a374ed7234f21a34f0efe59c"
66
license "MIT"
77
head "https://github.com/gradle/gradle-completion.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "f4faa47a38513af76b6475cdb52c7410cde692983e3e9fc013aedb3ce7b43101"
10+
sha256 cellar: :any_skip_relocation, all: "c8743b79a4d925b8c373ce44893693258f9f9000ca10a9e908259b57c4df2e24"
1111
end
1212

1313
def install

0 commit comments

Comments
 (0)