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/v11.3.1 .tar.gz"
5- sha256 "62531d11a05cf6d51d126f8daa3d043ff593b6e37e183f6257af4e009ecce7fc "
4+ url "https://github.com/grafana/grafana/archive/refs/tags/v11.3.2 .tar.gz"
5+ sha256 "8896a05d277acd4fb6af5349ad1182057e709c514e3e33fde1e24c1ccbc0c05b "
66 license "AGPL-3.0-only"
77 head "https://github.com/grafana/grafana.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class Grafana < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c19bf8ddbf346df8be460d0cb6c2fd1e584ae76cf3e06211c9305735b85d5d7c "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f661071e04175eb4d5a45cf502dc848bd2a77ef43508a6e4f20bed28742c7048 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "9e6058f78a0a21bf03accaa638ea44174f9586df554f95d049afc2bcde733af9 "
18- sha256 cellar : :any_skip_relocation , sonoma : "3e915fc0e2e0e34337d093b9ac5426e7ac45b2797b7965e0af7c7f2736fe89f9 "
19- sha256 cellar : :any_skip_relocation , ventura : "0b8e83ce62aae129706d90abbe034de1289582c88ac8ddadcbf387320bfe289e "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "eae8c4fa7abf9238485209db3460f7f15b6934bdbaef9e1890ba4b5291fcb54a "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b38269b5aa96e84aa10a0ecbe591e9e602c987cd1af208c5da0b59955232003a "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "bcddbaff70399f954baa63072b3d0722aee76209b4b57fbbb6bd4939e403b0d2 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "8997ed60eac228eac767e0a047b512766883b4c0766e3f570a23d535e9daaa42 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "214db31be1e6028e0b882273be550fa3a8578fbca998164382ed0e685835a010 "
19+ sha256 cellar : :any_skip_relocation , ventura : "beb54fd45198530d86ca827c37798cf892617206a4fd7d454b8c4e30b9c338e8 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "7f354e333607a3fa287dc6b7e6e2ca37781b6c793df5f020e66d798fe390bcf8 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments