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 15bdfa9d82a..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.2.5
+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="
-bf4823791b4664583e69178ed5121adad38787a63326009541e7caf048da7eff2cd71e7a0d6c850c33516d8f36a69765e852770c32b33e3e37cbab6fcc0f64e6 grafana-frontend-8.2.5-bin.tar.gz
+487413919d6702a62e4f0c6f32957341f38fe1d1c4190c595d415b6c034f3f6235faf3ea53b8a956d788a42fc41b14655220f9cc1e63c5a5e53ada465147d2ea grafana-frontend-10.4.2-bin.tar.gz
"