mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
gis/proj: Updated for version 8.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f35367f369
commit
a66dd3d1d0
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=proj
|
||||
VERSION=${VERSION:-8.1.1}
|
||||
VERSION=${VERSION:-8.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="proj"
|
||||
VERSION="8.1.1"
|
||||
VERSION="8.2.0"
|
||||
HOMEPAGE="https://www.osgeo.org/projects/proj/"
|
||||
DOWNLOAD="https://github.com/OSGeo/PROJ/releases/download/8.1.1/proj-8.1.1.tar.gz"
|
||||
MD5SUM="f017fd7d35311b0d65b2cf0503844690"
|
||||
DOWNLOAD="https://github.com/OSGeo/PROJ/releases/download/8.2.0/proj-8.2.0.tar.gz"
|
||||
MD5SUM="c157faf5d4cf9967ffbe3028d7d9a921"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue