gis/libgeotiff: Updated for version 1.7.3.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2024-05-26 22:34:07 +01:00 committed by Willy Sudiarto Raharjo
parent 75cb724f77
commit dea3594536
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgeotiff
VERSION=${VERSION:-1.7.1}
VERSION=${VERSION:-1.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="libgeotiff"
VERSION="1.7.1"
VERSION="1.7.3"
HOMEPAGE="http://trac.osgeo.org/geotiff/"
DOWNLOAD="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.7.1.tar.gz"
MD5SUM="22879ac6f83460605f9c39147a2ccc7a"
DOWNLOAD="https://github.com/OSGeo/libgeotiff/releases/download/1.7.3/libgeotiff-1.7.3.tar.gz"
MD5SUM="cdca346d3b01d40418f4894c4beef8e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="proj"