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 25a5f7a5515..cc3a3e4e90a 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=9.0.1
+pkgver=10.4.1
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="
-0f030922856e086a61eda7c1117b73cf5644444075c2b23ce49d03471b30a609344a7019476e6ce423cd0d0c720f78f40b6699fe32d4428fcbd47d43ff8a60be grafana-frontend-9.0.1-bin.tar.gz
+7072338829175d1d2d6a542604713788cde741322349057d4af8e5ae59e6ced9f4457871266f7365b8af6192e52aceb3d1e8bc0a730ba931d13ee68c372a8f9a grafana-frontend-10.4.1-bin.tar.gz
"