grafana 6.4.3
Upgrade grafana to 6.4.3 This version fixes the following error on MacOS Catalina: /usr/local/opt/grafana/bin/grafana-server: /usr/local/opt/grafana/bin/grafana-server: cannot execute binary file Passes tests: Testing grafana ==> /usr/local/Cellar/grafana/6.4.3/bin/grafana-server -v Closes #45407 Fixes https://github.com/grafana/grafana/issues/19887 Closes #46298. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
8a9efcc7c5
commit
e5d7b7ce2c
1 changed files with 2 additions and 2 deletions
|
@ -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/v6.4.2.tar.gz"
|
||||
sha256 "28f961f7b2c68e5961561fca99dd02a03382503a6179df9b62487df2501e171f"
|
||||
url "https://github.com/grafana/grafana/archive/v6.4.3.tar.gz"
|
||||
sha256 "2ed2bbaae731c0d168800ed41af2bd18e3df50abb6c9852347d4488a5cc8d63b"
|
||||
head "https://github.com/grafana/grafana.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue