mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/pyproj: Updated for version 2.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c1d161c5d9
commit
f5765aecea
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyproj
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
VERSION=${VERSION:-2.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyproj"
|
||||
VERSION="2.6.0"
|
||||
VERSION="2.6.1"
|
||||
HOMEPAGE="https://github.com/jswhit/pyproj"
|
||||
DOWNLOAD="https://github.com/jswhit/pyproj/archive/v2.6.0rel/pyproj-2.6.0rel.tar.gz"
|
||||
MD5SUM="c0b3357bec18b0a3c42e7e538229dd94"
|
||||
DOWNLOAD="https://github.com/jswhit/pyproj/archive/v2.6.1rel/pyproj-2.6.1rel.tar.gz"
|
||||
MD5SUM="776e8e0777837b33bf6c87270ada45bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="proj python3-Cython"
|
||||
|
|
Loading…
Reference in a new issue