mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/postgresql: Updated for version 9.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
055727eb11
commit
ee8b4bfca8
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
# Modified by the SlackBuilds.org Project
|
||||
|
||||
PRGNAM=postgresql
|
||||
VERSION=${VERSION:-9.5.0}
|
||||
VERSION=${VERSION:-9.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgresql"
|
||||
VERSION="9.5.0"
|
||||
VERSION="9.5.3"
|
||||
HOMEPAGE="http://www.postgresql.org"
|
||||
DOWNLOAD="http://ftp.postgresql.org/pub/source/v9.5.0/postgresql-9.5.0.tar.bz2"
|
||||
MD5SUM="e58fffe9359e311ead94490a06b7147c"
|
||||
DOWNLOAD="http://ftp.postgresql.org/pub/source/v9.5.3/postgresql-9.5.3.tar.bz2"
|
||||
MD5SUM="3f0c388566c688c82b01a0edf1e6b7a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue