mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/proj-data: Updated for version 0.12.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2f8220cf2d
commit
4904ade2aa
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=proj-data
|
||||
VERSION=${VERSION:-1.11}
|
||||
VERSION=${VERSION:-1.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="proj-data"
|
||||
VERSION="1.11"
|
||||
VERSION="1.12"
|
||||
HOMEPAGE="https://www.osgeo.org/projects/proj/"
|
||||
DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.11.0/proj-data-1.11.tar.gz"
|
||||
MD5SUM="69de3b9846485af7d24c71d18a6a427d"
|
||||
DOWNLOAD="https://github.com/OSGeo/PROJ-data/releases/download/1.12.0/proj-data-1.12.tar.gz"
|
||||
MD5SUM="127af91b4daeb55bb5d5a4da93e55455"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="proj"
|
||||
|
|
Loading…
Reference in a new issue