diff options
author | ArTourter <artourter@gmail.com> | 2022-11-23 23:20:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-24 22:20:42 +0700 |
commit | a8be309bcccb7480e05686b65dfcd690b7fcc261 (patch) | |
tree | 808ebcbe527a3d8a3be7fbdc5f962b38f90a9264 /gis | |
parent | 35128508c937d122aad6f4b04f9563ab632885b5 (diff) |
gis/geos: Updated for version 3.11.1.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geos/geos.SlackBuild | 4 | ||||
-rw-r--r-- | gis/geos/geos.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index 02cf55b0f771..3d323fc0d543 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geos -VERSION=${VERSION:-3.11.0} +VERSION=${VERSION:-3.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -105,7 +105,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS CODE_OF_CONDUCT.md COPYING DEVELOPER-NOTES.md NEWS.md README.md release.md \ + AUTHORS CODE_OF_CONDUCT.md COPYING DEVELOPER-NOTES.md NEWS.md README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/gis/geos/geos.info b/gis/geos/geos.info index 3093640d76ac..a7307d240df3 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.11.0" +VERSION="3.11.1" HOMEPAGE="https://libgeos.org/" -DOWNLOAD="https://download.osgeo.org/geos/geos-3.11.0.tar.bz2" -MD5SUM="3978c4e9eb880083ad69f5384d043c72" +DOWNLOAD="https://download.osgeo.org/geos/geos-3.11.1.tar.bz2" +MD5SUM="5732ec96b391ecddc35bda9795b654ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |