|
1 | 1 | class Cloudprober < Formula
|
2 | 2 | desc "Active monitoring software to detect failures before your customers do"
|
3 | 3 | homepage "https://cloudprober.org"
|
4 |
| - url "https://github.com/cloudprober/cloudprober/archive/refs/tags/v0.13.6.tar.gz" |
5 |
| - sha256 "a937a95b24d07e3e1fb0e2ab0c0d457cfdfd799206f9c3f6457ff8f029d03853" |
| 4 | + url "https://github.com/cloudprober/cloudprober/archive/refs/tags/v0.13.7.tar.gz" |
| 5 | + sha256 "e5ee8db5b0f571ab08eb3879d31b5fe301c1f17d49245962974544f823b63576" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "332dde7dcedca3ada7572dd9f7db52397efd7ba96d4f97bb3ac94b7ba447e570" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "dee213123319f20b616f2a5e7865cb303d664db917bc094ca896ade71c237267" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "edc365055e984dc35cef08cf40fe2288afa3c35f8d89d26cd5496e0c192b4048" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "0289aab1009440f30c84cd9f3fc4129ee676cc39fa2915350a77fc008840b241" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "8f9a1ca4043796da1fdcf6b4d617670af97429c820a601258c4e9d7df0813bce" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "091ef1be0980ed30b6b0b5b2559312a0144e30cfd8e4d2f1631e3b5c077fc745" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "63dda14025f482dc90282d79daa00ae4883c4596c763e0486dd7bc8c290ce339" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "be2ae4477185c3a005f4bc08c4e73c294fcb39f8176ca86cff1aa23d6ef3c2e6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a63d8862c8d0c153c4e0ea6434d94c3f56f4dde81b239466ccb90fb1066b09f7" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "fd5eb24a3fdde82d73fb237713ab724db25b31c44f906b58ade89d7591c96fa4" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "e18164a537158db17d3bb58c71bdaea31d326175fba7ae253d46c4696273a430" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "09ba04d2b4ae6575edeaafaeb3bd727b51fd4caa9f54a5742a594f10496ef0ca" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "ed9cc86a7122059b488f0e42d9e18aa1e1dbcdf1fdeaeec159a5b6825483ca43" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e81dc62e9ec39bd2745237dd191d486e8454160a6f3938b71ebd9c45163d6b3" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments