diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-11-20 22:10:57 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 09:02:55 +0000 |
commit | 2e0a215799b5db0977e324bd0cbc250f58ea2afe (patch) | |
tree | 27ea32777474ef081af56ec695d612b0e054d8e2 /community/pgimportdoc | |
parent | b7adfd1cf017e3b7c2c957b1736a0dd4f2f9dc32 (diff) | |
download | aports-2e0a215799b5db0977e324bd0cbc250f58ea2afe.tar.bz2 aports-2e0a215799b5db0977e324bd0cbc250f58ea2afe.tar.xz |
community/pgimportdoc: upgrade to 0.1.3
New version fixes build against PostgreSQL 11.
Diffstat (limited to 'community/pgimportdoc')
-rw-r--r-- | community/pgimportdoc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pgimportdoc/APKBUILD b/community/pgimportdoc/APKBUILD index 8e77418bfe..6d4f5033c0 100644 --- a/community/pgimportdoc/APKBUILD +++ b/community/pgimportdoc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=pgimportdoc -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=0 pkgdesc="CLI tool for import XML, TEXT and BYTEA documents to PostgreSQL" url="https://github.com/okbob/pgimportdoc" @@ -26,4 +26,4 @@ package() { make USE_PGXS=1 DESTDIR="$pkgdir" install } -sha512sums="f4e0cba9ec81bebb8530a290528c238c8aa16730f6adc89843db75e143e66262b72ac791e943df9d5897eea90c29638b161d7ca08793692d1b5e7d2c1d99286c pgimportdoc-0.1.2.tar.gz" +sha512sums="86da2296de6a6be7663dc40b8bd56c74b334830d97fb78e23e7dc9caf7c88303cd24958587db8afab29aafc7dcd7d131e64237fb675afb7e06ab7d8c66da0d40 pgimportdoc-0.1.3.tar.gz" |