aboutsummaryrefslogtreecommitdiff
path: root/python/python3-rtree/python3-rtree.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2025-04-14 19:44:19 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-16 00:29:25 +0700
commitc4e90677d5c5c092282eec640577abad793b44e2 (patch)
tree57350c29e3bb7cb62b3bd2c474486ee38a06b5d1 /python/python3-rtree/python3-rtree.SlackBuild
parentde1afe499eaef0e266a4c1e0db10a8268af7c062 (diff)
python/python3-rtree: Update for 1.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rtree/python3-rtree.SlackBuild')
-rw-r--r--python/python3-rtree/python3-rtree.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-rtree/python3-rtree.SlackBuild b/python/python3-rtree/python3-rtree.SlackBuild
index 445a36e1e4..bf817f0cac 100644
--- a/python/python3-rtree/python3-rtree.SlackBuild
+++ b/python/python3-rtree/python3-rtree.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-rtree
-# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023-2025 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rtree
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}