diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:42:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | 6b6868f7bea9e2823d79da34bb330440fdca78ab (patch) | |
tree | d516dc18fe2b5fb524da0c2dd808a32060f3567a /testing/pgcli | |
parent | 69abd709b7b7c2cb154e46435cc344df3c5569e2 (diff) | |
download | aports-6b6868f7bea9e2823d79da34bb330440fdca78ab.tar.bz2 aports-6b6868f7bea9e2823d79da34bb330440fdca78ab.tar.xz |
testing/pgcli: upgrade to 2.1.0
Diffstat (limited to 'testing/pgcli')
-rw-r--r-- | testing/pgcli/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD index 057c157a19..58ea5417d0 100644 --- a/testing/pgcli/APKBUILD +++ b/testing/pgcli/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Thomas Boerger <thomas@webhippie.de> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=pgcli -pkgver=2.0.2 +pkgver=2.1.0 pkgrel=0 pkgdesc="Postgres CLI with autocompletion and syntax highlighting" url="https://www.pgcli.com" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4aef5ddd21ea34c7579f3778deae112307c83ac37d4446c39bad767a4a8b558bbdd794dde638d9a1c694ec2ba67dd1b5773d87b443fc2080242ed0cc0ec8d5bc pgcli-2.0.2.tar.gz" +sha512sums="1b9e4c542a1b87c7322e29c19fff1d09d53051a513e68d7ffe963d474a2bb6c5b1cb1dc58adc413d32b196ebb22ad9a1cf2a3b999da4d66b762b64e9d1083346 pgcli-2.1.0.tar.gz" |