Skip to content

Commit

Permalink
grafana 10.4.0
Browse files Browse the repository at this point in the history
grafana: update build

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Mar 6, 2024
1 parent 6821dd7 commit 2607210
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/g/grafana.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Grafana < Formula
desc "Gorgeous metric visualizations and dashboards for timeseries databases"
homepage "https://grafana.com"
url "https://github.com/grafana/grafana/archive/refs/tags/v10.3.3.tar.gz"
sha256 "6adcab7f2f1aca0895b17005fac2a0822b6c359a17542bddc0e09b76f128f9a1"
url "https://github.com/grafana/grafana/archive/refs/tags/v10.4.0.tar.gz"
sha256 "adf3111d66d18a20c573945ac6f6eb19bab18e82cd6a7fbf351f5c759962d5e9"
license "AGPL-3.0-only"
head "https://github.com/grafana/grafana.git", branch: "main"

Expand All @@ -17,10 +17,11 @@ class Grafana < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fdf45c7457589cde263103cefe7da9216c585fd2ca4bf97c8d1c896c73fd14d"
end

depends_on "go@1.21" => :build # use "go" again when https://github.com/grafana/grafana/pull/82114 is released
depends_on "go" => :build
depends_on "node" => :build
depends_on "yarn" => :build

uses_from_macos "python" => :build
uses_from_macos "zlib"

on_linux do
Expand Down

0 comments on commit 2607210

Please sign in to comment.