python/python-fonttools: Updated for version 4.30.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-03-12 22:32:24 +13:00 committed by Willy Sudiarto Raharjo
parent 99c5f1bc54
commit eeb0ad950c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-fonttools
SRCNAM=fonttools
VERSION=${VERSION:-4.29.1}
VERSION=${VERSION:-4.30.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python-fonttools"
VERSION="4.29.1"
VERSION="4.30.0"
HOMEPAGE="https://github.com/fonttools/fonttools"
DOWNLOAD="https://github.com/fonttools/fonttools/archive/4.29.1/fonttools-4.29.1.tar.gz"
MD5SUM="dce124039f8c0f3c98c6c275eb846b8a"
DOWNLOAD="https://github.com/fonttools/fonttools/archive/4.30.0/fonttools-4.30.0.tar.gz"
MD5SUM="23704dad79571f29715e16e6a33007d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-unicodedata2"