File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11class 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 )
You can’t perform that action at this time.
0 commit comments