mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-xmltodict: Version bump to 0.14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f3e6c06b54
commit
2b5ac3f826
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-xmltodict
|
||||
|
||||
# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com
|
||||
# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-xmltodict
|
||||
VERSION=${VERSION:-0.13.0}
|
||||
VERSION=${VERSION:-0.14.2}
|
||||
SRCNAM=${SRCNAM:-xmltodict}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-xmltodict"
|
||||
VERSION="0.13.0"
|
||||
VERSION="0.14.2"
|
||||
HOMEPAGE="https://github.com/martinblech/xmltodict"
|
||||
DOWNLOAD="https://github.com/martinblech/xmltodict/archive/refs/tags/v0.13.0/xmltodict-0.13.0.tar.gz"
|
||||
MD5SUM="20344fa3fe582e5cb412ee92b03c8c5f"
|
||||
DOWNLOAD="https://github.com/martinblech/xmltodict/archive/refs/tags/v0.14.2/xmltodict-0.14.2.tar.gz"
|
||||
MD5SUM="7652f4a22574286669ff961ed3748201"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue