diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-27 14:03:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-27 14:03:08 +0000 |
commit | e76db8bf7a5f085999a885e379f1e3923651228b (patch) | |
tree | 58e783abdea217b2ca0721c676596f4ee0d2f87e /main/postgresql | |
parent | cab41be14fc636651e9b895219d7175d0fca263d (diff) | |
download | aports-e76db8bf7a5f085999a885e379f1e3923651228b.tar.bz2 aports-e76db8bf7a5f085999a885e379f1e3923651228b.tar.xz |
main/postgresql: upgrade to 9.1.3
Diffstat (limited to 'main/postgresql')
-rw-r--r-- | main/postgresql/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index ff5d9b4e57..fd226f949a 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postgresql -pkgver=9.1.2 -pkgrel=2 +pkgver=9.1.3 +pkgrel=0 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" arch="all" @@ -57,7 +57,7 @@ client() { } -md5sums="7dbff52221954c46595313eb7f92c3e0 postgresql-9.1.2.tar.bz2 +md5sums="641e1915f7ebfdc9f138e4c55b6aec0e postgresql-9.1.3.tar.bz2 4d2f5be74fae4895db3d993e69bbda10 postgresql.initd b609795f715cefcc30b08e4ed01f4416 postgresql.confd df2d90fc713b4e89fd21abb9e36cd688 pg-restore.initd |