system/postgis: Updated for version 2.0.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2013-03-03 10:16:37 -06:00 committed by Robby Workman
parent a565c8c553
commit ef040c6fed
2 changed files with 7 additions and 7 deletions

View file

@ -22,11 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Maintained by Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
PRGNAM=postgis
VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,10 +1,10 @@
PRGNAM="postgis"
VERSION="2.0.2"
VERSION="2.0.3"
HOMEPAGE="http://postgis.org"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz"
MD5SUM="f11e7b6258a9b37a268df531b692f892"
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz"
MD5SUM="23dce6a04992d5fdd07593b6bccf3a7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal json-c postgresql"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="bosth@alumni.sfu.ca"
EMAIL="slackbuilds@jaxartes.net"