Skip to content

Commit cde2d0f

Browse files
authored
Merge pull request #245451 from Homebrew/bump-grafana-12.2.0
grafana 12.2.0
2 parents 14a1310 + 7b0f9b0 commit cde2d0f

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

Formula/g/grafana.rb

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,22 @@
11
class Grafana < Formula
22
desc "Gorgeous metric visualizations and dashboards for timeseries databases"
33
homepage "https://grafana.com"
4+
url "https://github.com/grafana/grafana/archive/refs/tags/v12.2.0.tar.gz"
5+
sha256 "0d55795b21cf5494e5e3ff33627f7bbb940de9298d0a0aa86831c2f2f15fef1e"
46
license "AGPL-3.0-only"
57
head "https://github.com/grafana/grafana.git", branch: "main"
68

7-
stable do
8-
url "https://github.com/grafana/grafana/archive/refs/tags/v12.1.0.tar.gz"
9-
sha256 "9e2f3f11eff01f8b86c2c232c6a3c3a32fa303589ea9829538ffc867684a4436"
10-
11-
# Backport fix for node 22.18.0
12-
patch do
13-
url "https://github.com/grafana/grafana/commit/20c14c48f4c7f13610b105d17f54b66d0062b212.patch?full_index=1"
14-
sha256 "180ecb3eadb594211479875f9340055b6ccd250ca27eaf00b31e8ff08b15ec1b"
15-
end
16-
end
17-
189
livecheck do
1910
url :stable
2011
regex(/^v?(\d+(?:\.\d+)+)$/i)
2112
end
2213

2314
bottle do
24-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b49b84b062b638291eaada0c0775af8a70c9b520b00a97d7b4e6daef3b8518e2"
25-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6639b084a92df9ee36e004f42f4e6b9408e987bfd16bea116c3065c6c3e27a9"
26-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "308c3471f361ba71cd9b2045f57e403187047d0b559d87d0c8e2fe2db3b96757"
27-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c241cdd832abfdbd10e8f6d8b470248734a2c995fe3a1bb999bbd045c6a0215"
28-
sha256 cellar: :any_skip_relocation, sonoma: "c595bb5383f6a46cae69cba6aa21dc421c69e6788a574cd932685ac02ec3cbd8"
29-
sha256 cellar: :any_skip_relocation, ventura: "4bfab1f08ad02bfcf248cfeeae524792dee393afa0de5b3f8b37bbe922c238c7"
30-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a4e4d396d5276b1b1482cbea776462f399e78a58c437111b3889bbc82dc11972"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "5a897ce841a9f2df37c1a39b8bf85eed2cb2b72bf1ec571c07cd420c8fc2fb0a"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ec9df8826d70432671120ab344ac9a9041ce5bf73a5febe0aebc8adcc4ffe86"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89ed2c07c7652a896fee1e3d940c5b0b2c93d1b75724879a5db24d0e66ad56a3"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ddd18651c6280147c77af8e5ec87e3e594ca3dcea4483fc0e63cc9f054775e6c"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f1119a1b81d664cf0b840909de00b7f5bc0cfc84e48886967aa096f22c73f6b"
3120
end
3221

3322
depends_on "go" => :build

0 commit comments

Comments
 (0)