|
1 | 1 | class Grafana < Formula |
2 | 2 | desc "Gorgeous metric visualizations and dashboards for timeseries databases" |
3 | 3 | homepage "https://grafana.com" |
| 4 | + url "https://github.com/grafana/grafana/archive/refs/tags/v12.2.0.tar.gz" |
| 5 | + sha256 "0d55795b21cf5494e5e3ff33627f7bbb940de9298d0a0aa86831c2f2f15fef1e" |
4 | 6 | license "AGPL-3.0-only" |
5 | 7 | head "https://github.com/grafana/grafana.git", branch: "main" |
6 | 8 |
|
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 | | - |
18 | 9 | livecheck do |
19 | 10 | url :stable |
20 | 11 | regex(/^v?(\d+(?:\.\d+)+)$/i) |
21 | 12 | end |
22 | 13 |
|
23 | 14 | 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" |
31 | 20 | end |
32 | 21 |
|
33 | 22 | depends_on "go" => :build |
|
0 commit comments