Skip to content

Commit

Permalink
Merge pull request Homebrew#182168 from Homebrew/bump-sonarqube-10.6.…
Browse files Browse the repository at this point in the history
…0.92116

sonarqube 10.6.0.92116
  • Loading branch information
BrewTestBot authored Aug 23, 2024
2 parents 5baa444 + 75ff18b commit f671c34
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.5.1.90531.zip"
sha256 "343470437adc70b8b808ac1c6f77491e321ca40ecef0d07bf739f5cce3bd34a5"
url "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.6.0.92116.zip"
sha256 "73c541a77f79cbaec49022f5eba60388b3f91f41deb1fbf0abf9bbedcb6dbbc2"
license "LGPL-3.0-or-later"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9135e1979c3c7c768ede152cadc185533054056f8f07d72af5e7db9dbf17170a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9135e1979c3c7c768ede152cadc185533054056f8f07d72af5e7db9dbf17170a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9135e1979c3c7c768ede152cadc185533054056f8f07d72af5e7db9dbf17170a"
sha256 cellar: :any_skip_relocation, sonoma: "9135e1979c3c7c768ede152cadc185533054056f8f07d72af5e7db9dbf17170a"
sha256 cellar: :any_skip_relocation, ventura: "9135e1979c3c7c768ede152cadc185533054056f8f07d72af5e7db9dbf17170a"
sha256 cellar: :any_skip_relocation, monterey: "9135e1979c3c7c768ede152cadc185533054056f8f07d72af5e7db9dbf17170a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb0dee8abb65034eecc0d81c4f1cb12cdfd7278ce57f0d6a5d67525d652c713f"
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"
end

depends_on "openjdk@17"
Expand Down

0 comments on commit f671c34

Please sign in to comment.