mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-langcodes: Updated for version 3.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8228be5056
commit
a6feaa7eef
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-langcodes
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-langcodes"
|
||||
VERSION="3.4.0"
|
||||
VERSION="3.4.1"
|
||||
HOMEPAGE="https://github.com/rspeer/langcodes"
|
||||
DOWNLOAD="https://pypi.io/packages/source/l/langcodes/langcodes-3.4.0.tar.gz"
|
||||
MD5SUM="3c1bc81ec347ab3027972924341b7d8e"
|
||||
DOWNLOAD="https://pypi.io/packages/source/l/langcodes/langcodes-3.4.1.tar.gz"
|
||||
MD5SUM="64118469eea4863c74e0600d9dc40436"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-language-data"
|
||||
|
|
Loading…
Reference in a new issue