mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/python3-ruamel.yaml: Updated for version 0.17.40.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
694bf99955
commit
eb7f400a26
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-ruamel.yaml
|
||||
VERSION=${VERSION:-0.17.39}
|
||||
VERSION=${VERSION:-0.17.40}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-ruamel.yaml"
|
||||
VERSION="0.17.39"
|
||||
VERSION="0.17.40"
|
||||
HOMEPAGE="https://sourceforge.net/p/ruamel-yaml"
|
||||
DOWNLOAD="https://pypi.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.17.39.tar.gz"
|
||||
MD5SUM="13a55de921858de712810b74ffdf3827"
|
||||
DOWNLOAD="https://pypi.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.17.40.tar.gz"
|
||||
MD5SUM="3c986d6f8fd1e8340e953ac1b09a244b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue