diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-26 08:11:10 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-26 08:11:10 +0200 |
commit | ad39fe89ababdfcd9b0944146e3bacc2b11e23ba (patch) | |
tree | 4dc3adbbf903022f965c6371ab5d7775d04756f8 | |
parent | c624044ab2ea8c94b1c097ee5f6b40882beb0876 (diff) | |
download | aports-ad39fe89ababdfcd9b0944146e3bacc2b11e23ba.tar.gz aports-ad39fe89ababdfcd9b0944146e3bacc2b11e23ba.tar.bz2 aports-ad39fe89ababdfcd9b0944146e3bacc2b11e23ba.tar.xz |
main/postgresql: rebuild against openssl 1.0.0k
-rw-r--r-- | main/postgresql/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index cdeb8d650c..ae45665263 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postgresql pkgver=9.0.12 -pkgrel=0 +pkgrel=1 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" arch="all" |