@@ -2,8 +2,8 @@ class Mimirtool < Formula
22 desc "CLI for interacting with Grafana Mimir"
33 homepage "https://grafana.com/docs/mimir/latest/operators-guide/tools/mimirtool/"
44 url "https://github.com/grafana/mimir.git" ,
5- tag : "mimir-2.16.0 " ,
6- revision : "b4f36dac3af7046a0a7a287bb88b503737e07c48 "
5+ tag : "mimir-2.16.1 " ,
6+ revision : "876d470fb15f9504a4016a0b60aa2ad4d1ba9a0a "
77 license "AGPL-3.0-only"
88 head "https://github.com/grafana/mimir.git" , branch : "main"
99
@@ -17,13 +17,13 @@ class Mimirtool < Formula
1717 end
1818
1919 bottle do
20- sha256 cellar : :any_skip_relocation , arm64_sequoia : "28e5a0931ba134b497468a2f463c2be3aa46b108487571743ea63089288bbafc "
21- sha256 cellar : :any_skip_relocation , arm64_sonoma : "41821384aafbb860c72ec59d102d73f64d3ef3056fb253ea3d1207eb26d0a554 "
22- sha256 cellar : :any_skip_relocation , arm64_ventura : "a14c5fe71d7de72a30b98e92c9e3d9f2a7c04b39ab27aa0e7d2156706c827021 "
23- sha256 cellar : :any_skip_relocation , sonoma : "8745d740719833ce966e41ff4940acaea9f550e8f7028a1778a0f429dbb90606 "
24- sha256 cellar : :any_skip_relocation , ventura : "e455e12db8479fbaf6faa1bf646a1cc4c0df8a092289c39c8a43c749804d7fb8 "
25- sha256 cellar : :any_skip_relocation , arm64_linux : "acfac3537d9c5ede709c59a61674f881e7a955fb7e868a35f313d56626463ae0 "
26- sha256 cellar : :any_skip_relocation , x86_64_linux : "5edce97f22531f53937378a98faa840bf774ae3ec048aec8928e0a34be5c3974 "
20+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b679976666bd6b73e4481decafa95c4471ea3a7414920c5f45d6a86b5f8be99b "
21+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ad1073266d969aac8c87136cf7ce503d50dd82637969d39a2ac8be030ce0efdc "
22+ sha256 cellar : :any_skip_relocation , arm64_ventura : "8f0c89e74f2b3adb0aeffb966203467095b766e94ed32ab70a7b7b32f6235f83 "
23+ sha256 cellar : :any_skip_relocation , sonoma : "ed42a3b27cdaf1fb58dd111bc20f94e16f9b3dab1face15ed9867afe603c5d2e "
24+ sha256 cellar : :any_skip_relocation , ventura : "8865ddf2f771ec27bec39a86be060801516f236796e9455cacbfbd09e6570d43 "
25+ sha256 cellar : :any_skip_relocation , arm64_linux : "5f686a182c3e37468e1a03be9dba877fe21d7aed3dd3aa78640cb0c603fdda45 "
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "82d2259917a65d67df9e2230928be1d06fd77b5855e4891576fa227757b723e2 "
2727 end
2828
2929 depends_on "go" => :build
0 commit comments