diff options
author | ArTourter <artourter@gmail.com> | 2024-05-27 00:25:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-27 10:57:20 +0700 |
commit | a0e14017a112366cdbc8e5a577cb815ee77dc816 (patch) | |
tree | 8a3bccf22b0ceb1965fce7e7e096741d7e8a1a75 /gis | |
parent | 85933f488545352e2ad4b9780ce08b0ad38338c0 (diff) |
git/python3-shapely: Updated for version 2.0.4.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-shapely/python3-shapely.SlackBuild | 2 | ||||
-rw-r--r-- | gis/python3-shapely/python3-shapely.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python3-shapely/python3-shapely.SlackBuild b/gis/python3-shapely/python3-shapely.SlackBuild index 12a2c42b8b89..d2de6e6f1542 100644 --- a/gis/python3-shapely/python3-shapely.SlackBuild +++ b/gis/python3-shapely/python3-shapely.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-shapely -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python3-shapely/python3-shapely.info b/gis/python3-shapely/python3-shapely.info index d3033b5463ba..26699c0d9783 100644 --- a/gis/python3-shapely/python3-shapely.info +++ b/gis/python3-shapely/python3-shapely.info @@ -1,8 +1,8 @@ PRGNAM="python3-shapely" -VERSION="2.0.3" +VERSION="2.0.4" HOMEPAGE="https://github.com/shapely/shapely" -DOWNLOAD="https://github.com/shapely/shapely/archive/2.0.3/shapely-2.0.3.tar.gz" -MD5SUM="0baf77e1ec33f9f2ec0aeeb8d2fd5fae" +DOWNLOAD="https://github.com/shapely/shapely/archive/2.0.4/shapely-2.0.4.tar.gz" +MD5SUM="078dd2876cffa8ccc3bd5a84a67a2c74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt python3-numpy geos" |