diff options
Diffstat (limited to 'python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild')
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | 10 |
1 files changed, 6 insertions, 4 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} |