diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-06 08:52:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-06 08:52:03 +0000 |
commit | 7acf000fb5f52c5d64e881ee022c23367e0eff57 (patch) | |
tree | 159c5f8cb2ed21135b1079877b5772fb7bdaed29 /main/postgresql | |
parent | 696fa2a54991c9036016316c5331ae2091e37469 (diff) | |
download | aports-7acf000fb5f52c5d64e881ee022c23367e0eff57.tar.bz2 aports-7acf000fb5f52c5d64e881ee022c23367e0eff57.tar.xz |
main/postgresql: upgrade to 9.1.2
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 844f76f3c..5a18e510c 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postgresql -pkgver=9.1.1 -pkgrel=2 +pkgver=9.1.2 +pkgrel=0 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" arch="all" @@ -57,7 +57,7 @@ client() { } -md5sums="061a9f17323117c9358ed60f33ecff78 postgresql-9.1.1.tar.bz2 +md5sums="7dbff52221954c46595313eb7f92c3e0 postgresql-9.1.2.tar.bz2 7d7b7815f2bf133830f65ed9830ce461 postgresql.initd b609795f715cefcc30b08e4ed01f4416 postgresql.confd 5f6d10a6a3d71dcee856fa6671954ab4 pg-restore.initd |