Skip to content

Commit

Permalink
Merge pull request Homebrew#192727 from Homebrew/bump-sonarqube-10.7.…
Browse files Browse the repository at this point in the history
…0.96327

sonarqube 10.7.0.96327
  • Loading branch information
BrewTestBot authored Oct 3, 2024
2 parents 58f5489 + 34e04b0 commit ae17c90
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/s/sonarqube.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sonarqube < Formula
desc "Manage code quality"
homepage "https://www.sonarsource.com/products/sonarqube/"
url "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.6.0.92116.zip"
sha256 "73c541a77f79cbaec49022f5eba60388b3f91f41deb1fbf0abf9bbedcb6dbbc2"
url "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.7.0.96327.zip"
sha256 "4a5e5f0d7581e287cff4f02f7588dae499e2aa81fce37b88612acadfb4ba4518"
license "LGPL-3.0-or-later"

livecheck do
Expand All @@ -11,14 +11,12 @@ class Sonarqube < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, sonoma: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, ventura: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, monterey: "f2fc58754e20e37d520f3e9e89f4f3558524719a43a42c5cc1d1b03f120e50c7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "af907e0a9675401f61ec9403103f9aae4d3ab828e6296d0ecf0888a1f03f0175"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
sha256 cellar: :any_skip_relocation, sonoma: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
sha256 cellar: :any_skip_relocation, ventura: "de22b2e0479df6d4d431bbc24a17f19b944b1dda3874842ea3d4845b4a3926c2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1d4892c75139995b6b73e1538d1493acd4cb91856286a0c0b9a57afe1300860"
end

depends_on "openjdk@17"
Expand Down

0 comments on commit ae17c90

Please sign in to comment.