mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/postgresql: Updated for version 9.4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c6ab49f59
commit
a2e8d7dd3d
2 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Slackware build script for PostgreSQL
|
||||
#
|
||||
# $Revision: 577bd5ace24b $
|
||||
# $Date: 2015/06/28 13:38:59 $
|
||||
# $Revision: 6560bf705e09 $
|
||||
# $Date: 2015/10/23 04:29:48 $
|
||||
#
|
||||
# Copyright 2007-2015 Adis Nezirovic <adis_at_linux.org.ba>
|
||||
# All rights reserved.
|
||||
|
@ -28,7 +28,7 @@
|
|||
# Modified by the SlackBuilds.org Project
|
||||
|
||||
PRGNAM=postgresql
|
||||
VERSION=${VERSION:-9.4.4}
|
||||
VERSION=${VERSION:-9.4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postgresql"
|
||||
VERSION="9.4.4"
|
||||
VERSION="9.4.5"
|
||||
HOMEPAGE="http://www.postgresql.org"
|
||||
DOWNLOAD="http://ftp.postgresql.org/pub/source/v9.4.4/postgresql-9.4.4.tar.bz2"
|
||||
MD5SUM="1fe952c44ed26d7e6a335cf991a9c1c6"
|
||||
DOWNLOAD="http://ftp.postgresql.org/pub/source/v9.4.5/postgresql-9.4.5.tar.bz2"
|
||||
MD5SUM="8b2e3472a8dc786649b4d02d02e039a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue