Skip to content

Commit

Permalink
Merge pull request Homebrew#172521 from Homebrew/bump-cloudprober-0.13.5
Browse files Browse the repository at this point in the history
cloudprober 0.13.5
  • Loading branch information
BrewTestBot authored May 22, 2024
2 parents 7619468 + ec493a8 commit 13efdda
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cloudprober.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Cloudprober < Formula
desc "Active monitoring software to detect failures before your customers do"
homepage "https://cloudprober.org"
url "https://github.com/cloudprober/cloudprober/archive/refs/tags/v0.13.4.tar.gz"
sha256 "6bbcc560c8e0010cd045afa6558daaf186ae78cea2614ebec1d9afe94a30b9b5"
url "https://github.com/cloudprober/cloudprober/archive/refs/tags/v0.13.5.tar.gz"
sha256 "dd91e39beca55607a00876358174cfbc3f2249311942d2a04e9da3287c6c0c2d"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3138121c169a8a2af79d08bd41294ffff67f567e20a0cb5acfab4e320cd4e6e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1301b4d52b79e83b5804371c302d0c5dee22ca14673356390885e1432a95518a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9ff9290599aa22fe6af8598a0f5d166fb87702394948213fbdf65b11f205759e"
sha256 cellar: :any_skip_relocation, sonoma: "2ab9cebea827959c8d60062a13052f7d92aefb155de801253391ac1c7c98e84d"
sha256 cellar: :any_skip_relocation, ventura: "9fe072630d4b910e88420d71241a7e893b3fe67a3aa94876fd4fd33f4e5b368e"
sha256 cellar: :any_skip_relocation, monterey: "78200b7cdfb61d088400c3d89c307d0ff68abbc4053bfbc975243a16ec6046ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "50802c1fa306182a54399595e136a8cf9b41587e78c710c73b110c8f199c3689"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "962dbe3e9dcc12ee70d3bc542da2f4a55cc9121015ca558b74c2b26ab9e2c1a9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6a9fff5fc3fcc1258f7bee93652bb3bed03643aa1da6c97d1416add0c665351d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "63d9d316671d306a431fcd97d990b9e800cc9091a40631cca94b990d2d1ddb9e"
sha256 cellar: :any_skip_relocation, sonoma: "e5ad0c77348a6fa78317718cd1d748595cdeef29685d9341f58c0baffe7811ef"
sha256 cellar: :any_skip_relocation, ventura: "74d4dd11f90c2255a9fa362f03a1eda8cecc542d93344d7a507008db1ee4d31f"
sha256 cellar: :any_skip_relocation, monterey: "2880287ced255ef58473ea3a4b871655421340642cc899a7c96f72f0623fb0eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e2fa69f74493f7b457d01aa6b82f673c698451ecadf8767edc32f10ac1dc5540"
end

depends_on "go" => :build
Expand Down

0 comments on commit 13efdda

Please sign in to comment.