gis/proj-data: Updated for version 1.7 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f30000af3f
commit
3ae1f60998
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue