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