diff options
author | ArTourter <artourter@gmail.com> | 2022-06-14 11:15:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:03 +0700 |
commit | 459e8a2e3a30483435bb939a7c82afe7c08bd14a (patch) | |
tree | 38e12056285fe4a7c3ed4cb4b0d1a8773ed44321 | |
parent | 0ffb9b56756a00dccb52dcf47620fea0a8281035 (diff) | |
download | slackbuilds-459e8a2e3a30483435bb939a7c82afe7c08bd14a.tar.gz |
gis/geos: Updated for version 3.10.3.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 7c5af33a76..ffc5bad363 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.10.2} +VERSION=${VERSION:-3.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING DEVELOPER-NOTES.md HOWTO_RELEASE INSTALL.md NEWS README.md \ + AUTHORS COPYING DEVELOPER-NOTES.md HOWTO_RELEASE NEWS 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 980aebe20e..54e2b85b22 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.10.2" +VERSION="3.10.3" HOMEPAGE="https://trac.osgeo.org/geos/" -DOWNLOAD="https://github.com/libgeos/geos/archive/3.10.2/geos-3.10.2.tar.gz" -MD5SUM="8cc04f9bf1c6e59c19e35fca003367b3" +DOWNLOAD="https://github.com/libgeos/geos/archive/3.10.3/geos-3.10.3.tar.gz" +MD5SUM="301f073f51ad44d383c388db31914c07" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |