diff options
Diffstat (limited to 'www/grafana/Makefile')
-rw-r--r-- | www/grafana/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 6f770e49d424..a2e8e10c5fc8 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -1,6 +1,6 @@ PORTNAME= grafana DISTVERSIONPREFIX= v -DISTVERSION= 12.0.0 +DISTVERSION= 12.0.1 CATEGORIES= www MASTER_SITES= https://dl.grafana.com/oss/release/ \ https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod @@ -43,16 +43,16 @@ WWW= https://grafana.com/grafana/ \ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 i386 riscv64 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 riscv64 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:1.24,modules +USES= cpe go:modules USE_GITHUB= yes USE_RC_SUBR= grafana -TAG= 4c0e704 +TAG= 80658a7 GO_MOD_DIST= github GO_MODULE= github.com/grafana/grafana |