diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 22:02:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:37 +0000 |
commit | 44d0f247a5c2e5f0b288c7c8a00719d85ee2fc10 (patch) | |
tree | ce5884698e29d305bfad262b30a6231e95b2c0e8 /community | |
parent | 7ef86d54afbf4651023a9f6905021db2db434d4d (diff) | |
download | aports-44d0f247a5c2e5f0b288c7c8a00719d85ee2fc10.tar.bz2 aports-44d0f247a5c2e5f0b288c7c8a00719d85ee2fc10.tar.xz |
community/pgbouncer: rebuild against libressl-2.6
Diffstat (limited to 'community')
-rw-r--r-- | community/pgbouncer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pgbouncer/APKBUILD b/community/pgbouncer/APKBUILD index 85f3bffa00..37fa50cd9a 100644 --- a/community/pgbouncer/APKBUILD +++ b/community/pgbouncer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=pgbouncer pkgver=1.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight connection pooler for PostgreSQL" url="https://wiki.postgresql.org/wiki/PgBouncer" arch="all" |