Skip to content

Commit

Permalink
Merge pull request #132601 from p-linnane/bump-consul-1.15.3
Browse files Browse the repository at this point in the history
consul 1.15.3
  • Loading branch information
BrewTestBot authored Jun 2, 2023
2 parents 54ef9a2 + 3dab59a commit 864d331
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/consul.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Consul < Formula
desc "Tool for service discovery, monitoring and configuration"
homepage "https://www.consul.io"
url "https://github.com/hashicorp/consul/archive/refs/tags/v1.15.2.tar.gz"
sha256 "ce5e6666c9bd3ee8dcd60b2ed6e082ab9893fda3c0a2218add649c197f34f2f3"
url "https://github.com/hashicorp/consul/archive/refs/tags/v1.15.3.tar.gz"
sha256 "5137e9831b4bc094c8ce5be64c661dc0d9a96ee9509d756030d60d4bcca42503"
license "MPL-2.0"
head "https://github.com/hashicorp/consul.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Consul < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec49635056c1b199dd1d78841f39da706f6099df5f65267f5ce61df97b11b070"
sha256 cellar: :any_skip_relocation, arm64_monterey: "805349e6eeb5cdb1892b1d68ae438c8c045dcd252873d13ea1fdfab527fd16c1"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c70bd3e75d4c9102664870fa20c77cea97a6ef816d045c170254d42befce6773"
sha256 cellar: :any_skip_relocation, ventura: "a733a7305168457948c5dee53058b72ff2ca2100e575a7ad5944ea3f80dc7cc7"
sha256 cellar: :any_skip_relocation, monterey: "b8ffd436a13526201f813c8ae0d1edef328718d2dc4cfb859a8c060301bb3fd0"
sha256 cellar: :any_skip_relocation, big_sur: "83f750c982b5847de776f377b9f47bf619dd2239f0d22fe452db73c6b01d228b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "77d9ad6713af388ae988ab56e60466606181be0407f8a27927d3b33a30adfc78"
sha256 cellar: :any_skip_relocation, arm64_ventura: "da6f00e68b4216f196217a8adb4ab0ba3c81bf860f922ad88b423b4dbc2bfab2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d2693a583341b3ef61d9185344d577ea6ba53b1363573a8b65655334ed4afac2"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "a6442b140b010c5d4153c89505687a804e6dbccaf162f060b144db04593b2071"
sha256 cellar: :any_skip_relocation, ventura: "346b990d193fe8ce38a76fbb3a8544c7a0b42a6bcebf0eb5e68318daf3e54b64"
sha256 cellar: :any_skip_relocation, monterey: "046301cdf3ca0d05739f332b08268156f5a101fa3a5397456fd41425d5f5506a"
sha256 cellar: :any_skip_relocation, big_sur: "adf2a0ac58311a640c886e8a246aebd98db6102a53f9da416f1c7bb58c356d4c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1fbf61a7fa8647170623f1087a11bb83bc5ce08d065a817475a04acededb12d"
end

depends_on "go" => :build
Expand Down

0 comments on commit 864d331

Please sign in to comment.