diff options
Diffstat (limited to 'python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild')
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild index 2d7b338dbf..3bcc71d6b2 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild +++ b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild @@ -37,13 +37,14 @@ # 11/09/2024: Updated to version 0.39.5 +# 10/07/2024: Updated to version 0.41.0 #-------------------------------------------------------------------------------# cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-uharfbuzz -VERSION=${VERSION:-0.39.5} +VERSION=${VERSION:-0.41.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |