|
1 | 1 | class Thanos < Formula |
2 | 2 | desc "Highly available Prometheus setup with long term storage capabilities" |
3 | 3 | homepage "https://thanos.io" |
4 | | - url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.38.0.tar.gz" |
5 | | - sha256 "2c9fef368e612c24d3270b57685e8025dfc0cdf6c3717cce801483e6ec499104" |
| 4 | + url "https://github.com/thanos-io/thanos/archive/refs/tags/v0.39.0.tar.gz" |
| 5 | + sha256 "eb75c3b61361951145246f9ffb3953735dfb6739d2b5b17d609db93e3250958a" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3acd83c72283c5fb2993ae05d0aacadaa7776c1724b0e20ff8620b3187a4fbd6" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "69b8eaaf4a0d6ef60c4827144d20b787db7a94854e3a20715187babffadbf92c" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b2549cbe1a0136d8e297f7a654007f05b206422de631be4453cf206b425863f" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "93862084a575ebab8e795ec3f78ed4ab00cf2ba90087b09e537c696f89762cb1" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "1a058d173ff24cb2c8b384e5dd1c05bf35be149534003f89de6465ffe50a905a" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "132fed8abc06556b1c3fd1d5927c4586ef2023c102814c2ba1963ecb6ae552e7" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff3041e2da686d0c1e9a743ec8149191b9aa98e290b56dada3d2cc1ab2cadacf" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1a47a10f4eb3938d2b503b8abeca5344850a9d215fc00a651c7c3ddcb588e84" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "52088ec1d73f9e2560b9cbd7ad979b53ebf93b2e2d22d04c5fb3e7808e06fcc0" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "8af2ccf5b391c0e9a7214c67e1950f2e9d3d8c49575af782094c3bc6e24761a2" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "38d6657167ae52e0419a5e4c4315c5e2f497fbf8f69de21f984bee9772d227e2" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "71d028e0371ba3e7310a2954ed493559b56073723edab6fe900be5deb89ce9f5" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments