mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
0ffb9b5675
commit
459e8a2e3a
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue