Browse Source
python/python3-uharfbuzz: Updated for version 0.39.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/243/head
Vijay Marcel
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
8 additions and
4 deletions
-
python/python3-uharfbuzz/changelog
-
python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild
-
python/python3-uharfbuzz/python3-uharfbuzz.info
|
|
@ -17,3 +17,7 @@ Updated to version 0.39.0 |
|
|
|
24/05/20204: |
|
|
|
|
|
|
|
Updated to version 0.39.1 |
|
|
|
|
|
|
|
21/08/2024: |
|
|
|
|
|
|
|
Updated to version 0.39.3 |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-uharfbuzz |
|
|
|
VERSION=${VERSION:-0.39.1} |
|
|
|
VERSION=${VERSION:-0.39.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-uharfbuzz" |
|
|
|
VERSION="0.39.1" |
|
|
|
VERSION="0.39.3" |
|
|
|
HOMEPAGE="https://www.github.com/harfbuzz/uharfbuzz" |
|
|
|
DOWNLOAD="https://pypi.io/packages/source/u/uharfbuzz/uharfbuzz-0.39.1.zip" |
|
|
|
MD5SUM="44db375ce3f49ce253303246ff2198f9" |
|
|
|
DOWNLOAD="https://pypi.io/packages/source/u/uharfbuzz/uharfbuzz-0.39.3.zip" |
|
|
|
MD5SUM="7e780411630aa60a47e83928ed58f16c" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-build python3-wheel" |
|
|
|