gis/geojson: Updated for version 2.5.0.
This commit is contained in:
parent
055c6ba959
commit
017a4fa9ad
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for geojson
|
||||
|
||||
# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=geojson
|
||||
SRCNAM=python-$PRGNAM
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="geojson"
|
||||
VERSION="2.4.1"
|
||||
VERSION="2.5.0"
|
||||
HOMEPAGE="https://github.com/frewsxcv/python-geojson"
|
||||
DOWNLOAD="https://github.com/frewsxcv/python-geojson/archive/2.4.1/python-geojson-2.4.1.tar.gz"
|
||||
MD5SUM="0a89d69195d962e6ae94fc674569adb9"
|
||||
DOWNLOAD="https://github.com/frewsxcv/python-geojson/archive/2.5.0/python-geojson-2.5.0.tar.gz"
|
||||
MD5SUM="ed2037daf7ba17fbbac2e22e8a7e4620"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in New Issue