diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-04-08 19:54:45 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-04-08 20:27:26 +0200 |
commit | 251096a43c8ff64401c20f323483797a5a341f4e (patch) | |
tree | ab31004dc3a5ac8c305ee49eacd4bd945c26971b /community/postgresql-plpgsql_check | |
parent | 00aa81560671c2527d781dc980d6eef084b7b90c (diff) | |
download | aports-251096a43c8ff64401c20f323483797a5a341f4e.tar.bz2 aports-251096a43c8ff64401c20f323483797a5a341f4e.tar.xz |
community/postgresql-plpgsql_check: upgrade to 1.9.0
Diffstat (limited to 'community/postgresql-plpgsql_check')
-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" |