aboutsummaryrefslogtreecommitdiffstats
path: root/community/grafana-frontend/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/grafana-frontend/APKBUILD')
-rw-r--r--community/grafana-frontend/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/grafana-frontend/APKBUILD b/community/grafana-frontend/APKBUILD
index 7a7d3f837d2..1cbcb9fd03c 100644
--- a/community/grafana-frontend/APKBUILD
+++ b/community/grafana-frontend/APKBUILD
@@ -12,7 +12,7 @@
# This is also a reason why we use prebuilt frontend archive.
pkgname=grafana-frontend
-pkgver=8.3.3
+pkgver=10.4.2
pkgrel=0
pkgdesc="Open source, feature rich metrics dashboard and graph editor (frontend files)"
url="https://grafana.com"
@@ -20,7 +20,7 @@ arch="noarch"
license="AGPL-3.0-only"
options="!check" # We don't build frontend from sources.
source="$pkgname-$pkgver-bin.tar.gz::https://dl.grafana.com/oss/release/grafana-$pkgver.linux-amd64.tar.gz"
-builddir="$srcdir/grafana-$pkgver"
+builddir="$srcdir/grafana-v$pkgver"
package() {
install -dm755 "$pkgdir/usr/share/grafana"
@@ -28,5 +28,5 @@ package() {
}
sha512sums="
-532fe78ca9608ee40d68405211a759347e314593de6efa94d1dd6498d7e3bed57ef40c8c8a1eb402a795e0e432253497cc5f8af3ea95e34e84fa39fcb9704ee0 grafana-frontend-8.3.3-bin.tar.gz
+487413919d6702a62e4f0c6f32957341f38fe1d1c4190c595d415b6c034f3f6235faf3ea53b8a956d788a42fc41b14655220f9cc1e63c5a5e53ada465147d2ea grafana-frontend-10.4.2-bin.tar.gz
"