Skip to content

Commit 4e67d2a

Browse files
authored
Merge pull request #199865 from Homebrew/bump-sonarqube-24.12.0.100206
sonarqube 24.12.0.100206
2 parents 3f0f6ea + a180020 commit 4e67d2a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/sonarqube.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Sonarqube < Formula
22
desc "Manage code quality"
33
homepage "https://www.sonarsource.com/products/sonarqube/"
4-
url "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.7.0.96327.zip"
5-
sha256 "4a5e5f0d7581e287cff4f02f7588dae499e2aa81fce37b88612acadfb4ba4518"
4+
url "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-24.12.0.100206.zip"
5+
sha256 "ac1d7b7e0348bd272b34d9ac037fa4e0835d6fb795f594339e5d698857840ea7"
66
license "LGPL-3.0-or-later"
77

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

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
17-
sha256 cellar: :any_skip_relocation, sonoma: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
18-
sha256 cellar: :any_skip_relocation, ventura: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1d4892c75139995b6b73e1538d1493acd4cb91856286a0c0b9a57afe1300860"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a5c1031c6ae98abaa73e4d12ed78f6bba68bd97da9897fd1e183bbeb5294cc1"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a5c1031c6ae98abaa73e4d12ed78f6bba68bd97da9897fd1e183bbeb5294cc1"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0a5c1031c6ae98abaa73e4d12ed78f6bba68bd97da9897fd1e183bbeb5294cc1"
17+
sha256 cellar: :any_skip_relocation, sonoma: "0a5c1031c6ae98abaa73e4d12ed78f6bba68bd97da9897fd1e183bbeb5294cc1"
18+
sha256 cellar: :any_skip_relocation, ventura: "0a5c1031c6ae98abaa73e4d12ed78f6bba68bd97da9897fd1e183bbeb5294cc1"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d771f9341c3dbf7fedba57778402ff75a8afd965f00629f12fd316923b104e2f"
2020
end
2121

2222
depends_on "openjdk@17"

0 commit comments

Comments
 (0)