diff options
author | Xiretza | 2024-06-01 11:36:19 +0000 |
---|---|---|
committer | Xiretza | 2024-06-01 11:36:19 +0000 |
commit | 7e5812c15c580a45eb9a7b214f45bc6a91e10316 (patch) | |
tree | 7e2a27fd53ad4c4c5fce5ca1a78fc7baf0b5f2e2 | |
parent | 52342d9e26832b78d1e499e5dbcc633a3d3696a0 (diff) | |
download | aur-7e5812c15c580a45eb9a7b214f45bc6a91e10316.tar.gz |
Update to 6.4.15
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = zabbix-agent2-plugin-postgresql pkgdesc = Loadable plugin for PostreSQL integration in Zabbix agent2 - pkgver = 6.4.14 + pkgver = 6.4.15 pkgrel = 1 epoch = 1 url = https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql @@ -8,10 +8,10 @@ pkgbase = zabbix-agent2-plugin-postgresql license = Apache-2.0 makedepends = go depends = glibc - depends = zabbix-agent2=6.4.14 - source = https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-6.4.14.tar.gz + depends = zabbix-agent2=6.4.15 + source = https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-6.4.15.tar.gz source = postgresql.conf - sha256sums = e7ed510893807270e0f9a1d68f3788fb94089894229e4cfb28a43dbcce79bb34 + sha256sums = f4ddb137b7247c18b059c23e0b855e1c3415ad611a78a51c8df230ec653b2bd1 sha256sums = 0d6c00e85997b125513c1786cfa6755c8bbcbf9c671a083285e68ef77b5fd801 pkgname = zabbix-agent2-plugin-postgresql @@ -1,7 +1,7 @@ # Maintainer: xiretza <xiretza+aur@xiretza.xyz> pkgname=zabbix-agent2-plugin-postgresql -pkgver=6.4.14 +pkgver=6.4.15 pkgrel=1 epoch=1 pkgdesc="Loadable plugin for PostreSQL integration in Zabbix agent2" @@ -14,7 +14,7 @@ source=( "$url/$pkgname-$pkgver.tar.gz" "postgresql.conf" ) -sha256sums=('e7ed510893807270e0f9a1d68f3788fb94089894229e4cfb28a43dbcce79bb34' +sha256sums=('f4ddb137b7247c18b059c23e0b855e1c3415ad611a78a51c8df230ec653b2bd1' '0d6c00e85997b125513c1786cfa6755c8bbcbf9c671a083285e68ef77b5fd801') build() { |