python/arrow: Updated for version 0.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e56eacf9d
commit
897ffa1ec3
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for arrow
|
||||
|
||||
# Copyright 2018 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2018-2019 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# Written by Jostein Berntsen <jbernts@broadpark.no>
|
||||
|
||||
PRGNAM=arrow
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
VERSION=${VERSION:-0.13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="arrow"
|
||||
VERSION="0.10.0"
|
||||
VERSION="0.13.1"
|
||||
HOMEPAGE="https://github.com/crsmithdev/arrow"
|
||||
DOWNLOAD="https://github.com/crsmithdev/arrow/archive/0.10.0/arrow-0.10.0.tar.gz"
|
||||
MD5SUM="b4ea162996977d572177da47efca5db5"
|
||||
DOWNLOAD="https://github.com/crsmithdev/arrow/archive/0.13.1/arrow-0.13.1.tar.gz"
|
||||
MD5SUM="94befca11de42002d2cfb2a232e9fad4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue