Skip to content

Commit 78c5ad5

Browse files
BrewTestBotchenrui333
authored andcommitted
grafana 12.2.0
grafana: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent 1e4fa14 commit 78c5ad5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Formula/g/grafana.rb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
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)

0 commit comments

Comments
 (0)