diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 16:23:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:36 +0000 |
commit | 374884e9f566bb63498f8fbfa409c2745933da5c (patch) | |
tree | 1b0404714350cbe6f550488b1925f8afb806e4a3 /main | |
parent | b7fa7fad90f518a4a8567ec839a11fa2282d3b85 (diff) | |
download | aports-374884e9f566bb63498f8fbfa409c2745933da5c.tar.bz2 aports-374884e9f566bb63498f8fbfa409c2745933da5c.tar.xz |
main/postgresql-bdr-extension: rebuild against libressl-2.6
Diffstat (limited to 'main')
-rw-r--r-- | main/postgresql-bdr-extension/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql-bdr-extension/APKBUILD b/main/postgresql-bdr-extension/APKBUILD index 1aba4c25de..c3c191dfc3 100644 --- a/main/postgresql-bdr-extension/APKBUILD +++ b/main/postgresql-bdr-extension/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=postgresql-bdr-extension pkgver=1.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="PostgreSQL bidirectional replication (BDR) extension" url="https://wiki.postgresql.org/wiki/BDR_Administration" arch="all" |