11class Loki < Formula
22 desc "Horizontally-scalable, highly-available log aggregation system"
33 homepage "https://grafana.com/loki"
4- url "https://github.com/grafana/loki/archive/refs/tags/v3.4.2 .tar.gz"
5- sha256 "37572bf4d444db657d397d205f5998c200233f9f568efc5d99a2b24c3589fbe5 "
4+ url "https://github.com/grafana/loki/archive/refs/tags/v3.4.3 .tar.gz"
5+ sha256 "00b6b671c1e5fbd52ab1fd014bb8a201d32fe01d9998a28d7dcc933a2c3e5f77 "
66 license "AGPL-3.0-only"
77 head "https://github.com/grafana/loki.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class Loki < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "80122eaab3f380719b3d5635abc2d1156e9ec7baace0d864d443d301a1c8f35c "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "04891a76eeb3559f51d8ce6644db7161d10e56e45a886546945e4c18288cfc1c "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "ed26e84a5cbd708147a27c3d2136d09b04188957cc9a86f40aa7b134e6afecb2 "
18- sha256 cellar : :any_skip_relocation , sonoma : "7672629c2f8b0c7eb8ecb1fd8abea4cbfc99697dc15302e497b9af469ddf2627 "
19- sha256 cellar : :any_skip_relocation , ventura : "4ad4c49f5b769375f6aa08ebfbac044f464785822a9df95405bfbed8d1e99715 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "b6c2e258dd202938322fbe4a25704f268546f11ea5e438fe89e2e6ca478d2899 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "92503584e00da8c2b8f1bf5b5c9e8f031c0177070a112ed2d3f09f2c7dbd8d56 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "545bb0f7881634f82e62456d35748a47dbe11096d9353de87ed3dcbb210c68a8 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "2197674c9eb4e925cea20cb74f92a1c70503b4c291034d6b941584cc5cf77104 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "e6c2d989284d7746703c015f40c40191bca554d9d8805ae238c34ed1387d77c0 "
19+ sha256 cellar : :any_skip_relocation , ventura : "84e303f766d7a18ea9ea7a17c29c4d202c3764f22f0b7512f86cebddd3ce5599 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c4669c32f34a014871f4b005be1f4008b1b9dc12095623ee3ae714438c2d8c90 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments