diff options
author | Pedro Filipe <xpecex@outlook.com> | 2018-09-11 20:43:44 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-09-13 00:02:19 +0300 |
commit | 516543f13f06a511a83fd23a2a4b12ed67f48e57 (patch) | |
tree | cb7b81e0895f8a941868b471c455d9bf7459b209 /community/check_postgres | |
parent | 9260d1d3dff398b80717cf5f3687ae45b000e9ec (diff) | |
download | aports-516543f13f06a511a83fd23a2a4b12ed67f48e57.tar.bz2 aports-516543f13f06a511a83fd23a2a4b12ed67f48e57.tar.xz |
community/check_postgres: upgrade to 2.24.0
Diffstat (limited to 'community/check_postgres')
-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" |