mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 20:55:15 +02:00
postgresql: update to 8.4.12.
This commit is contained in:
parent
6e9cd45613
commit
24abb15ded
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.10
|
version=8.4.12
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
|
@ -14,7 +13,8 @@ short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.postgresql.org"
|
homepage="http://www.postgresql.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=749f83e9d467b07dcd012fdf2b1615c577b410fd219b44a27bb7097bb1b07cfb
|
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=99b7b330ec183828988c7e8ec1b675393f24b10017a2e1d03b8ff48c4dfc0f77
|
||||||
long_desc="
|
long_desc="
|
||||||
PostgreSQL is a powerful, open source object-relational database system.
|
PostgreSQL is a powerful, open source object-relational database system.
|
||||||
It has more than 15 years of active development and a proven architecture
|
It has more than 15 years of active development and a proven architecture
|
||||||
|
|
Loading…
Add table
Reference in a new issue