diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-14 23:22:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-14 23:21:54 +0100 |
commit | 53633e297729fcd5d4275bfb9d2ea3ffa4cd7714 (patch) | |
tree | a05d35c1623ed6cf2dfd9c7cbdb27da272c7a67c | |
parent | 0d54ff4ff399dba43ba72a6c623f227c2da9dc96 (diff) | |
download | aports-53633e297729fcd5d4275bfb9d2ea3ffa4cd7714.tar.bz2 aports-53633e297729fcd5d4275bfb9d2ea3ffa4cd7714.tar.xz |
community/postgresql-plpgsql_check: upgrade to 1.8.2
-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" |