Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / grafana-zabbix
Commits: 3243568a by Robin Candau at 2026-07-14T17:34:33+02:00 upgpkg: 6.5.0-1: New upstream release https://github.com/grafana/grafana-zabbix/releases/tag/v6.5.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = grafana-zabbix pkgdesc = Zabbix plugin for Grafana dashboard - pkgver = 6.4.1 + pkgver = 6.5.0 pkgrel = 1 url = https://github.com/grafana/grafana-zabbix arch = x86_64 @@ -13,9 +13,9 @@ pkgbase = grafana-zabbix makedepends = nodejs-lts-iron makedepends = mage depends = grafana - source = grafana-zabbix-6.4.1.tar.gz::https://github.com/grafana/grafana-zabbix/archive/v6.4.1.tar.gz + source = grafana-zabbix-6.5.0.tar.gz::https://github.com/grafana/grafana-zabbix/archive/v6.5.0.tar.gz source = update_flag_for_yarnV2.patch - sha256sums = f8c940e48696bc876ac10a5189fb3b3f75a94697ef809e0ac8a69faa0c0fd65e + sha256sums = e2f7bf1c346f4946ba5be97e8f06372e469761f2c59ffd65660fa66094d7ac55 sha256sums = 7c4eb35fe8b92a7e3089b328da1cc901431887806b8b496b4d001778cbafc887 pkgname = grafana-zabbix ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Florian Pritz <[email protected]> pkgname=grafana-zabbix -pkgver=6.4.1 +pkgver=6.5.0 pkgrel=1 pkgdesc="Zabbix plugin for Grafana dashboard" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('grafana') makedepends=('yarn' 'npm' 'libfaketime' 'go' 'git' 'nodejs-lts-iron' 'mage') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" 'update_flag_for_yarnV2.patch') -sha256sums=('f8c940e48696bc876ac10a5189fb3b3f75a94697ef809e0ac8a69faa0c0fd65e' +sha256sums=('e2f7bf1c346f4946ba5be97e8f06372e469761f2c59ffd65660fa66094d7ac55' '7c4eb35fe8b92a7e3089b328da1cc901431887806b8b496b4d001778cbafc887') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/commit/3243568a015a9d73b015208929429d61268b3c36 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/commit/3243568a015a9d73b015208929429d61268b3c36 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
