diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2025-02-19 09:28:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-19 10:26:51 +0700 |
commit | 30fc68acf2fd4f6d86948b33ca10d33d29e82b84 (patch) | |
tree | 6b155f9f7345f27ba150a8b4dab1c2217b864c3e /python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | |
parent | 1f1bcbfa6bef1f5b72e382c2eaabd53713ebddc0 (diff) |
python/python3-uharfbuzz: Updated for version 0.45.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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} |