gis/libspatialindex: Update for 2.0.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-06-08 13:30:13 -07:00 committed by Willy Sudiarto Raharjo
parent d2c3ae9ee7
commit ca8e42e29c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for libspatialindex
#
# Copyright 2012 Alexander Bruy <alexander.bruy@gmail.com>
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libspatialindex
VERSION=${VERSION:-1.9.3}
VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="libspatialindex"
VERSION="1.9.3"
VERSION="2.0.0"
HOMEPAGE="https://libspatialindex.github.io/"
DOWNLOAD="https://github.com/libspatialindex/libspatialindex/releases/download/1.9.3/spatialindex-src-1.9.3.tar.bz2"
MD5SUM="db89182e1ac9cb12a88db958de2797df"
DOWNLOAD="https://github.com/libspatialindex/libspatialindex/releases/download/2.0.0/spatialindex-src-2.0.0.tar.bz2"
MD5SUM="3f43731806213f4673f90a08199ade1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""