diff options
-rw-r--r-- | community/postgresql-plpgsql_check/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/postgresql-plpgsql_check/APKBUILD b/community/postgresql-plpgsql_check/APKBUILD index c8a98c0686..cfae12e77b 100644 --- a/community/postgresql-plpgsql_check/APKBUILD +++ b/community/postgresql-plpgsql_check/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=postgresql-plpgsql_check _pkgname=plpgsql_check -pkgver=1.8.2 -pkgrel=1 +pkgver=1.9.0 +pkgrel=0 pkgdesc="Additional tools for plpgsql functions validation" url="https://github.com/okbob/plpgsql_check" arch="all" @@ -25,4 +25,4 @@ package() { install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses } -sha512sums="55e602e7c8529726252d840d68470eef961445ed6fb4c432c40f69987e8dd30c3e1961519898d635a034925dd5cd869bdfae212f08a0d5d186fe1e636a175fab plpgsql_check-1.8.2.tar.gz" +sha512sums="f6c446b6546f524b1e6622c7f45775d27f04b4ea37186349332ee71fe0398d1c5e19936fb4a377f27e7d977625b4ff7cb14295ab71c439e5043e514d9e192f9b plpgsql_check-1.9.0.tar.gz" |