diff options
-rw-r--r-- | community/check_postgres/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/check_postgres/APKBUILD b/community/check_postgres/APKBUILD index ac9981d64a..f18c62779e 100644 --- a/community/check_postgres/APKBUILD +++ b/community/check_postgres/APKBUILD @@ -1,8 +1,9 @@ +# Contributor: Pedro Filipe <xpecex@outlook.com> # Contributor: G.J.R. Timmer <gjr.timmer@gmail.com> # Maintainer: G.J.R. Timmer <gjr.timmer@gmail.com> # TODO: run tests! pkgname=check_postgres -pkgver=2.23.0 +pkgver=2.24.0 pkgrel=0 pkgdesc="PostgreSQL monitoring script" url="https://bucardo.org/wiki/Check_postgres" @@ -35,4 +36,4 @@ package() { mv "$pkgdir"/usr/bin/check_postgres.pl "$pkgdir"/usr/bin/check_postgres } -sha512sums="f00dc78acb4b4a30f85fa03cdac79fda53347840eb7835ac6cb6eb69ffe78eea90bde6f0372b37863d0770015d5358e3d14eeb1a4a27948c56cff059d281ded9 check_postgres-2.23.0.tar.gz" +sha512sums="17567b7cd141797748b117a607663d5c3a151d3b3ea9956d35fe8b087f7987ed9dde773951c85b84d89ba2d06f1ce205e1b92e9162649ae894ef1ba200cc8a83 check_postgres-2.24.0.tar.gz" |