Skip to content

Commit edacba4

Browse files
authored
Merge pull request #279179 from Homebrew/bump-closure-compiler-20260422
closure-compiler 20260422
2 parents c281119 + 9ed788c commit edacba4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/c/closure-compiler.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class ClosureCompiler < Formula
22
desc "JavaScript optimizing compiler"
33
homepage "https://developers.google.com/closure/compiler"
4-
url "https://search.maven.org/remotecontent?filepath=com/google/javascript/closure-compiler/v20260421/closure-compiler-v20260421.jar"
5-
sha256 "7d07f0eaf988c677e72c99f15acc5d1d9d32471aa91d5e70f90840553f027047"
4+
url "https://search.maven.org/remotecontent?filepath=com/google/javascript/closure-compiler/v20260422/closure-compiler-v20260422.jar"
5+
sha256 "c92690ec65391936ff3ae46765f87285e772aa2125101dadd50f26b258d33973"
66
license "Apache-2.0"
77

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

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "dcc6515508d56544987409944c757dc509a7254fb49ed9bfc3aa382623a1c6f5"
14+
sha256 cellar: :any_skip_relocation, all: "7dce5d21073505f5335d09efa11f2b129b8c16f3dfbfc2e5ae5ffeea9fa4643b"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)