mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/python3-PyYAML: Updated for version 3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fcb4adf2ac
commit
7b9b670784
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-PyYAML
|
||||
# Copyright 2010 David Woodfall <dave@dawoodfall.net>
|
||||
# Copyright 2015 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2015-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=python3-PyYAML
|
||||
SRCNAM=PyYAML
|
||||
VERSION=${VERSION:-3.11}
|
||||
VERSION=${VERSION:-3.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-PyYAML"
|
||||
VERSION="3.11"
|
||||
VERSION="3.13"
|
||||
HOMEPAGE="https://pyyaml.org/"
|
||||
DOWNLOAD="https://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz"
|
||||
MD5SUM="f50e08ef0fe55178479d3a618efe21db"
|
||||
DOWNLOAD="https://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz"
|
||||
MD5SUM="b78b96636d68ac581c0e2f38158c224f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue