gis/proj-data: Updated for version 1.7 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2021-10-26 18:43:15 +01:00 committed by Willy Sudiarto Raharjo
parent f30000af3f
commit 3ae1f60998
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,7 @@
# Slackware build script for proj-data
# Copyright 2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@ -23,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=proj-data
VERSION=${VERSION:-1.5}
VERSION=${VERSION:-1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="proj-data"
VERSION="1.5"
VERSION="1.7"
HOMEPAGE="https://www.osgeo.org/projects/proj/"
DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.5.0/proj-data-1.5.tar.gz"
MD5SUM="1845455f8e416f532edb98462ef84ac8"
DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.7.0/proj-data-1.7.tar.gz"
MD5SUM="a7f85578335509c99029b72c139fc0c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="proj"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"