diff options
author | Xiretza | 2025-02-02 09:57:09 +0000 |
---|---|---|
committer | Xiretza | 2025-02-02 09:57:09 +0000 |
commit | 06be92d99ea72a85fbb224a502dda23a9ee8bc23 (patch) | |
tree | dea1a8bcc3653c5e0b36d9e3c9c84d3c73f0f9e1 | |
parent | 1b0697c757fbb4eae9b668ac0a73f1e2e35a2c37 (diff) | |
download | aur-06be92d99ea72a85fbb224a502dda23a9ee8bc23.tar.gz |
Update to 7.2.3
-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 = 7.2.2 + pkgver = 7.2.3 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=7.2.2 - source = https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-7.2.2.tar.gz + depends = zabbix-agent2=7.2.3 + source = https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-7.2.3.tar.gz source = postgresql.conf - sha256sums = b3b354f04034fd8770c6ae3610fcfe26b81cd7e8a25bdbf057ee905171accaa4 + sha256sums = 4ed70463f5fc15715c2377208464672e20838f47d4c2ca577fdd06fe1db633db sha256sums = 0d6c00e85997b125513c1786cfa6755c8bbcbf9c671a083285e68ef77b5fd801 pkgname = zabbix-agent2-plugin-postgresql @@ -1,7 +1,7 @@ # Maintainer: xiretza <xiretza+aur@xiretza.xyz> pkgname=zabbix-agent2-plugin-postgresql -pkgver=7.2.2 +pkgver=7.2.3 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=('b3b354f04034fd8770c6ae3610fcfe26b81cd7e8a25bdbf057ee905171accaa4' +sha256sums=('4ed70463f5fc15715c2377208464672e20838f47d4c2ca577fdd06fe1db633db' '0d6c00e85997b125513c1786cfa6755c8bbcbf9c671a083285e68ef77b5fd801') build() { |