diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-02 20:00:49 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-02 20:06:56 +0100 |
commit | 5339962b6ccbfdf0c9beb8e7f27935da6831367a (patch) | |
tree | 41376d3861552adea72b6deed64ec99cfdf34835 /community/postgresql-plpgsql_check | |
parent | f3f7d3caa82e620bd03ec8747524d15162720071 (diff) | |
download | aports-5339962b6ccbfdf0c9beb8e7f27935da6831367a.tar.bz2 aports-5339962b6ccbfdf0c9beb8e7f27935da6831367a.tar.xz |
community/postgresql-plpgsql_check: upgrade to 1.2.2
Diffstat (limited to 'community/postgresql-plpgsql_check')
-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 d816f5988a..d69e217b29 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.2.1 +pkgver=1.2.2 pkgrel=0 pkgdesc="Additional tools for plpgsql functions validation" url="https://github.com/okbob/plpgsql_check" @@ -24,4 +24,4 @@ package() { make USE_PGXS=1 DESTDIR="$pkgdir" install } -sha512sums="bf41a9e89b387d172780264707a5e33d30ffecda76ed29d7077c477f3c70a554a86e41a8fb8f9accb773e6e1d4f0e5744b6d012db00cf2e20ded2b350ec5121d plpgsql_check-1.2.1.tar.gz" +sha512sums="57a41ffb9ef3b4404cf5d7c29ac595d3a97ca25edecd4ae2c28113f7e1cb400ef6bba826691c5529dcac6f9790f5f8ef5a00b91af31e7aaf493e1d0dd7ead8f3 plpgsql_check-1.2.2.tar.gz" |