File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ class GoogleJavaFormat < Formula
33
44 desc "Reformats Java source code to comply with Google Java Style"
55 homepage "https://github.com/google/google-java-format"
6- url "https://github.com/google/google-java-format/releases/download/v1.27 .0/google-java-format-1.27 .0-all-deps.jar"
7- sha256 "ed07239f3cb72e25bf2a0eae63e76831f9f11963bd19fc36a6f1d87016ac1763 "
6+ url "https://github.com/google/google-java-format/releases/download/v1.28 .0/google-java-format-1.28 .0-all-deps.jar"
7+ sha256 "32342e7c1b4600f80df3471da46aee8012d3e1445d5ea1be1fb71289b07cc735 "
88 license "Apache-2.0"
99
1010 bottle do
11- sha256 cellar : :any_skip_relocation , all : "70d76d7e24a7b311e1aec5c68757f13d14c801c15bc3e158e2978ae3ddd18cc3 "
11+ sha256 cellar : :any_skip_relocation , all : "e06153707967aed9b949074872dcf84b08a5a94432a1e47058743e1a5a66cc97 "
1212 end
1313
1414 depends_on "openjdk"
1515
1616 uses_from_macos "python" , since : :catalina
1717
1818 resource "google-java-format-diff" do
19- url "https://raw.githubusercontent.com/google/google-java-format/v1.27 .0/scripts/google-java-format-diff.py"
19+ url "https://raw.githubusercontent.com/google/google-java-format/v1.28 .0/scripts/google-java-format-diff.py"
2020 sha256 "c1f2c6e8af0fc34a04adfcb01b35e522a359df5da1f5db5102ca9e0ca1f670fd"
2121 end
2222
You can’t perform that action at this time.
0 commit comments