diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-31 13:34:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-31 13:36:38 +0000 |
commit | 555633afe58703d75fc3d81343f5d1a6f35850ed (patch) | |
tree | 3204346619910e9613710f2de49066e2645ff9b8 /main/postgresql/APKBUILD | |
parent | 7530a56ac137527bacdca84af12b64937753c8ed (diff) | |
download | aports-555633afe58703d75fc3d81343f5d1a6f35850ed.tar.bz2 aports-555633afe58703d75fc3d81343f5d1a6f35850ed.tar.xz |
main/postgresql: default data dir should be 9.1 not 9.0
Diffstat (limited to 'main/postgresql/APKBUILD')
-rw-r--r-- | main/postgresql/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index e0c70cb5aa..844f76f3c4 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=1 +pkgrel=2 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" arch="all" @@ -59,6 +59,6 @@ client() { md5sums="061a9f17323117c9358ed60f33ecff78 postgresql-9.1.1.tar.bz2 7d7b7815f2bf133830f65ed9830ce461 postgresql.initd -c56a4db0c3757f5dc7f9d59132b428ba postgresql.confd +b609795f715cefcc30b08e4ed01f4416 postgresql.confd 5f6d10a6a3d71dcee856fa6671954ab4 pg-restore.initd bf45384752b320b369f1425939763178 pg-restore.confd" |