diff options
Diffstat (limited to 'python/python3-uharfbuzz')
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | 10 | ||||
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild index f9424f8e4f..2eade897d2 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild +++ b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-uharfbuzz -# Copyright 2023-2024 Vijay Marcel +# Copyright 2023-2025 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -31,20 +31,22 @@ # 25/02/2024: Updated to version 0.39.0 -# 24/05/20204: Updated to version 0.39.1 +# 24/05/2024: Updated to version 0.39.1 # 21/08/2024: Updated to version 0.39.3 # 11/09/2024: Updated to version 0.39.5 -# 10/07/2024: Updated to version 0.41.0 +# 11/10/2024: Updated to version 0.41.0 + +# 18/02/2025: updated to version 0.45.0 #-------------------------------------------------------------------------------# cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-uharfbuzz -VERSION=${VERSION:-0.42.0} +VERSION=${VERSION:-0.45.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.info b/python/python3-uharfbuzz/python3-uharfbuzz.info index 6cde6e675e..5dc948cb5c 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.info +++ b/python/python3-uharfbuzz/python3-uharfbuzz.info @@ -1,8 +1,8 @@ PRGNAM="python3-uharfbuzz" -VERSION="0.42.0" +VERSION="0.45.0" HOMEPAGE="https://www.github.com/harfbuzz/uharfbuzz" -DOWNLOAD="https://pypi.io/packages/source/u/uharfbuzz/uharfbuzz-0.42.0.tar.gz" -MD5SUM="70c3e6186bf1773b2dcf22861c126736" +DOWNLOAD="https://pypi.io/packages/source/u/uharfbuzz/uharfbuzz-0.45.0.tar.gz" +MD5SUM="62e393f3af370f1a6e7608aa6a77f231" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel python3-pkgconfig" |