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 7a00d5eb7a5..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.5.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="
-05f27b95d9daadb4f2c82a4606407bea0a3bdc6f29e5645ef9ca40533cda617bacc91c7d119c8d133abf180603ed4c881d4c207b83d2e5c19d35bd5ba2c0efd8 grafana-frontend-8.5.3-bin.tar.gz
+487413919d6702a62e4f0c6f32957341f38fe1d1c4190c595d415b6c034f3f6235faf3ea53b8a956d788a42fc41b14655220f9cc1e63c5a5e53ada465147d2ea grafana-frontend-10.4.2-bin.tar.gz
"