python/backports.lzma: Updated for version 0.0.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8c976ecd89
commit
8852ebd184
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for backports.lzma
|
||||
# Copyright 2018 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2018-2019 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# New Submission version 0.0.10, March 2018, Barry J. Grundy.
|
||||
# Updated to version 0.0.13, Jan 2019, Barry J. Grundy.
|
||||
|
||||
PRGNAM=backports.lzma
|
||||
VERSION=${VERSION:-0.0.10}
|
||||
VERSION=${VERSION:-0.0.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="backports.lzma"
|
||||
VERSION="0.0.10"
|
||||
VERSION="0.0.13"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/backports.lzma/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/14/57/acf47e29b8ec57564128134de93e677c144fceb2a96b7dd6f8ab481bed61/backports.lzma-0.0.10.tar.gz"
|
||||
MD5SUM="6fa0232136376e257eca43cd0ca5a289"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/5a/f3/7333f6797a72ad480e06c74c3be5498237617de6019469e25c320d2ccb38/backports.lzma-0.0.13.tar.gz"
|
||||
MD5SUM="b9f7d8e17729090adba6cac3f7d348aa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue