Skip to content

Commit 4eb360b

Browse files
authored
Merge pull request Homebrew#183315 from Homebrew/bump-grizzly-0.4.7
grizzly 0.4.7
2 parents 2638f60 + 1f61682 commit 4eb360b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/grizzly.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Grizzly < Formula
22
desc "Command-line tool for managing and automating Grafana dashboards"
33
homepage "https://grafana.github.io/grizzly/"
4-
url "https://github.com/grafana/grizzly/archive/refs/tags/v0.4.6.tar.gz"
5-
sha256 "571c6c03dc8dd781f07c2c1201ffcc5d83600f9e65687a951ec7c0804a9a45df"
4+
url "https://github.com/grafana/grizzly/archive/refs/tags/v0.4.7.tar.gz"
5+
sha256 "1c577c444ea7ad58fbb4500fe8c49a9b80f484be686db48feebe4fbe76591ed7"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c15c0347fbc53ac5f0b66a422f8c00c1582797cdba947569e093674ef507c40"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c15c0347fbc53ac5f0b66a422f8c00c1582797cdba947569e093674ef507c40"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "8c15c0347fbc53ac5f0b66a422f8c00c1582797cdba947569e093674ef507c40"
12-
sha256 cellar: :any_skip_relocation, sonoma: "a3784b1b1b9e0bf165c47013eac24cb4c915ac7943de50fbba479ca5b58cc961"
13-
sha256 cellar: :any_skip_relocation, ventura: "a3784b1b1b9e0bf165c47013eac24cb4c915ac7943de50fbba479ca5b58cc961"
14-
sha256 cellar: :any_skip_relocation, monterey: "a3784b1b1b9e0bf165c47013eac24cb4c915ac7943de50fbba479ca5b58cc961"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d289622fb2f0060f8605c2e92343aa37553721a2d861ba7444f51bfcdff17ad2"
9+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6552f7e86999cbacfd3adcb58d5602c3f4bce716a6ce7b0fc01b95953a75de90"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6552f7e86999cbacfd3adcb58d5602c3f4bce716a6ce7b0fc01b95953a75de90"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "6552f7e86999cbacfd3adcb58d5602c3f4bce716a6ce7b0fc01b95953a75de90"
12+
sha256 cellar: :any_skip_relocation, sonoma: "fc82d70614867c5be7e756b0f7032930f0f5e17737be7e89242703fedafb6012"
13+
sha256 cellar: :any_skip_relocation, ventura: "fc82d70614867c5be7e756b0f7032930f0f5e17737be7e89242703fedafb6012"
14+
sha256 cellar: :any_skip_relocation, monterey: "fc82d70614867c5be7e756b0f7032930f0f5e17737be7e89242703fedafb6012"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2a95b5cc0bf79faf4f38ca26250c55a57cc47b4934e5af910a4efc76cb1a4ca2"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)