diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2025-02-19 09:26:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-19 09:50:23 +0700 |
commit | e923ec5c5533df92a951c04a4838ff947bc43dcc (patch) | |
tree | b0a83b310920689713dff353cce998f49d6fc8d3 /python/python3-fonttools/python3-fonttools.SlackBuild | |
parent | 16bf3472a2da4ec371c04f6b7ca3dabec2ced0cf (diff) |
python/python3-fonttools: Updated for version 4.56.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fonttools/python3-fonttools.SlackBuild')
-rw-r--r-- | python/python3-fonttools/python3-fonttools.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-fonttools/python3-fonttools.SlackBuild b/python/python3-fonttools/python3-fonttools.SlackBuild index bd31c48079..93cd801f3c 100644 --- a/python/python3-fonttools/python3-fonttools.SlackBuild +++ b/python/python3-fonttools/python3-fonttools.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-fonttools # Copyright 2017-2019,2022 Andrew Clemons, Wellington New Zealand -# Copyright 2023-2024 Vijay Marcel +# Copyright 2023-2025 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-fonttools SRCNAM=fonttools -VERSION=${VERSION:-4.55.0} +VERSION=${VERSION:-4.56.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |