diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-05-06 07:43:27 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 06:51:50 +0700 |
commit | 408aef32b9e0ff22ca46aabc286d3bb7ce9ec595 (patch) | |
tree | 5e4346824fd6718524ebf17adef33c0c46260b37 | |
parent | 47ee00ff525dafac80c4a6ba903e6c26504c572d (diff) |
python/python3-uharfbuzz: Updated for version 0.39.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-uharfbuzz/changelog | 4 | ||||
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/python/python3-uharfbuzz/changelog b/python/python3-uharfbuzz/changelog index faf6c971783d..e72816c5e828 100644 --- a/python/python3-uharfbuzz/changelog +++ b/python/python3-uharfbuzz/changelog @@ -13,3 +13,7 @@ Thanks to Nikos Glotis for testing this version 25/02/2024: Updated to version 0.39.0 + +24/05/20204: + +Updated to version 0.39.1 diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild index 63109c27f3ac..ce025bd5fb71 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild +++ b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-uharfbuzz -VERSION=${VERSION:-0.39.0} +VERSION=${VERSION:-0.39.1} 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 451187acd8dd..3c4d88771efd 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.info +++ b/python/python3-uharfbuzz/python3-uharfbuzz.info @@ -1,8 +1,8 @@ PRGNAM="python3-uharfbuzz" -VERSION="0.39.0" +VERSION="0.39.1" HOMEPAGE="https://www.github.com/harfbuzz/uharfbuzz" -DOWNLOAD="https://pypi.io/packages/source/u/uharfbuzz/uharfbuzz-0.39.0.zip" -MD5SUM="2754f0861a664ea2e23a29de0c28e59c" +DOWNLOAD="https://pypi.io/packages/source/u/uharfbuzz/uharfbuzz-0.39.1.zip" +MD5SUM="44db375ce3f49ce253303246ff2198f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |