diff --git a/Formula/l/logcli.rb b/Formula/l/logcli.rb index 5b8fd9f9d687..5c0dba523282 100644 --- a/Formula/l/logcli.rb +++ b/Formula/l/logcli.rb @@ -1,8 +1,8 @@ class Logcli < Formula desc "Run LogQL queries against a Loki server" homepage "https://grafana.com/loki" - url "https://github.com/grafana/loki/archive/refs/tags/v3.1.1.tar.gz" - sha256 "d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf" + url "https://github.com/grafana/loki/archive/refs/tags/v3.2.0.tar.gz" + sha256 "480994460326bf3a3723713e7385d8f02b16f00f7fc1db8ee374f7ffe496e6ba" license "AGPL-3.0-only" head "https://github.com/grafana/loki.git", branch: "main" @@ -11,17 +11,15 @@ class Logcli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3038f73859b6ae2375cacbeff768997225b621dbe417c2f4ee7f1115c54a0a3c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d8e2562c748d475138e699c6ede2536fba6349d6da6ebdf00e110e5ac01c9c4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7135b0f293021cb718ed9779745926e2201b3ac7bbcc9f79d2f6a04f4e899f55" - sha256 cellar: :any_skip_relocation, arm64_monterey: "342b53e5b75453b9f4344d7d73bfc76aec14a64bb2772738c1318abc273db222" - sha256 cellar: :any_skip_relocation, sonoma: "322e963ba8e2d59debb51f3a4767bd2e0c5163d2cf49aa05b0b6b530b0d4d396" - sha256 cellar: :any_skip_relocation, ventura: "91a0966aa2f94a5cc469ff881707d2778fc8ca700546c52c6c5a3f3aa3d75b74" - sha256 cellar: :any_skip_relocation, monterey: "b5f05f0e019432d2f85d7cdb102055fb38d5ba9b6a008c67fc82509ac1ab3d4e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2848d43d3f280d4d337cf2a0f431d2a8969ab0cd0dad1f94819ef2ed36d7cbcf" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "78c99c9b4d3bcf41e0c69eb66e3e462e4b49d8f1bebab2222979ea268ebccfc4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "09d75087b992d74e7c6b6598807bcfddeeae658019cd558cc0624f915151939f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "737619b3bc4c1510f006abe9987ec47cf30accfae43fde7d7d2ab2f3f9b4bb04" + sha256 cellar: :any_skip_relocation, sonoma: "e6a655db4f073c45de1d5a9356fb9490918016a555c81bdf4621e662ab68c70a" + sha256 cellar: :any_skip_relocation, ventura: "87a1deca20377ea9080133826f50b129d0e3318e35033f6038b05bd05e3dde97" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d0d93a80b322ea6fd73e999752de9ddc7deae11bba332fa483ce14fbbe286b2a" end - depends_on "go@1.22" => :build + depends_on "go" => :build depends_on "loki" => :test def install diff --git a/Formula/l/loki.rb b/Formula/l/loki.rb index 29b0be56abc5..f396a2445c07 100644 --- a/Formula/l/loki.rb +++ b/Formula/l/loki.rb @@ -1,8 +1,8 @@ class Loki < Formula desc "Horizontally-scalable, highly-available log aggregation system" homepage "https://grafana.com/loki" - url "https://github.com/grafana/loki/archive/refs/tags/v3.1.1.tar.gz" - sha256 "d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf" + url "https://github.com/grafana/loki/archive/refs/tags/v3.2.0.tar.gz" + sha256 "480994460326bf3a3723713e7385d8f02b16f00f7fc1db8ee374f7ffe496e6ba" license "AGPL-3.0-only" head "https://github.com/grafana/loki.git", branch: "main" @@ -12,17 +12,15 @@ class Loki < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fd3247bef756db8030f26af9ba55cb943c36af0b5f7c8a9ba502bb86d297edc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4af6a1fee9fe664f8e1aab0913ac977a9d7dc62d3a6b583bb5480d95f28a136" - sha256 cellar: :any_skip_relocation, arm64_ventura: "657c01bd74044dff21c3c210809e0965a84e4024e4d841f1a9e78f6a76bd84e9" - sha256 cellar: :any_skip_relocation, arm64_monterey: "efc2b1c68ad0ee994b142fb107d0f6d526c6e194526fe6e0bef5246bf5bfd353" - sha256 cellar: :any_skip_relocation, sonoma: "e5f62f84a90d138339ebbeaae5a4c4806fb6d6b75691fb17c1efa18611a3c205" - sha256 cellar: :any_skip_relocation, ventura: "aa739b150b7bd189a16b49bf580dc0acb16308356d87b267d7cda7e353425c8b" - sha256 cellar: :any_skip_relocation, monterey: "5faae058b798fa4698f49c0c59cc1156885f4f3212acd388367c31cede7e4bb2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bea7a2ea7fcb0a96fdec1f464fa230cca5efb55eacaa958ed2d9a735a9aecc7b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0872ab7bcdb48c30adfdfac2cfa074ed91a38a844cff30e1e58b91ef3637268d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdd399ce349ccc3dbe018633ad1246b10b9cf49c0cb212cd2fd77098b1a9347c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ce4f69dea696a2b60fbcf002aad3f9e9e83bc4eb5c63b421c49d0a6da5aab88b" + sha256 cellar: :any_skip_relocation, sonoma: "d2b9dc90acec4d4652d1cb928bc66f8f8f0b3670f4a0702528906af69e6d6a9f" + sha256 cellar: :any_skip_relocation, ventura: "f79c108fa96653ca6cab978d2f73023942e3cd1cb2347ec5f25e6a5fce4ff3b3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5669b934c60e13a35ee40afa74684066f4cf8133639a2dd84ed8cf1769803002" end - depends_on "go@1.22" => :build + depends_on "go" => :build def install cd "cmd/loki" do diff --git a/Formula/p/promtail.rb b/Formula/p/promtail.rb index 2f39b7edca75..593d76537eb3 100644 --- a/Formula/p/promtail.rb +++ b/Formula/p/promtail.rb @@ -1,8 +1,8 @@ class Promtail < Formula desc "Log agent for Loki" homepage "https://grafana.com/loki" - url "https://github.com/grafana/loki/archive/refs/tags/v3.1.1.tar.gz" - sha256 "d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf" + url "https://github.com/grafana/loki/archive/refs/tags/v3.2.0.tar.gz" + sha256 "480994460326bf3a3723713e7385d8f02b16f00f7fc1db8ee374f7ffe496e6ba" license "AGPL-3.0-only" head "https://github.com/grafana/loki.git", branch: "main" @@ -11,17 +11,15 @@ class Promtail < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "957dff010cc8a9225376ebcf5aa8b7703ff32125630d903bc11e350e3b0f3549" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "506f13a12f0f514f595e12f852112f140f74f073441138e4a27296b0db8daa59" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4fed2ee96500369fe7f4686ce7cc70326c1098172b3fc292327c8af3b85b9767" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0a765e8bbf132a7118fef37ca4d6820909d1dbb802a8c5ec3b28c3b608b9cb39" - sha256 cellar: :any_skip_relocation, sonoma: "b1e5d55dd8916240931bf9a47a270e1cb887f69bd40d00bdb17d7ce6a5eb2057" - sha256 cellar: :any_skip_relocation, ventura: "c917279cda38db0f8381427079c368050c0b842ee9ba3fbbcbf1e4b001d02eae" - sha256 cellar: :any_skip_relocation, monterey: "7930d43cc63ac11772d0423493ea336ae723a03106b9b8f1b22bb23a210cafbb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "38b2151977c3cc0355cea76bcfa194db5d5a1f8ee363304a590f2e4e6467d20e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "14286caea90a877c145a22d3a74d01ed7055bdef2ec4b19c8f9ec972ab10ba01" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1c4f916c13a8a40579dc30c93087e30884ffefbb2127b73f42e4a0f6595edaa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7bda02a7e771f2efd2078cb28ddaa412d05c8476094d8bfc8e40c5ac8a7eed19" + sha256 cellar: :any_skip_relocation, sonoma: "b982bec44ed1abbf170ebf76f31b445ab4af3266ab752930a55be363d50306f6" + sha256 cellar: :any_skip_relocation, ventura: "0843a405103264d93660ac576baad58cdab3fe9a4e41570d9e2291e79d037519" + sha256 cellar: :any_skip_relocation, x86_64_linux: "96d037e5eb44c6d28e50724e3a6a2ba902c53328ddefda689b19e71ae7613cee" end - depends_on "go@1.22" => :build + depends_on "go" => :build on_linux do depends_on "systemd"