diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-24 16:57:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-26 08:02:39 +0700 |
commit | d3aa5a7662a052734b1632215a21edc09002fe98 (patch) | |
tree | 145ab8e10afa0879780f99ebb440f74580ae3eac /python | |
parent | b1c388b0af9cc2cc088c6561b70f146e11fefffc (diff) |
python/python3-hishel: Version bump to 0.0.29
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-hishel/python3-hishel.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-hishel/python3-hishel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-hishel/python3-hishel.SlackBuild b/python/python3-hishel/python3-hishel.SlackBuild index 552567614e..eda1faff8c 100644 --- a/python/python3-hishel/python3-hishel.SlackBuild +++ b/python/python3-hishel/python3-hishel.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-hishel -VERSION=${VERSION:-0.0.27} +VERSION=${VERSION:-0.0.29} SRCNAM=${SRCNAM:-hishel} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-hishel/python3-hishel.info b/python/python3-hishel/python3-hishel.info index 62bbc75162..2783ff363b 100644 --- a/python/python3-hishel/python3-hishel.info +++ b/python/python3-hishel/python3-hishel.info @@ -1,8 +1,8 @@ PRGNAM="python3-hishel" -VERSION="0.0.27" +VERSION="0.0.29" HOMEPAGE="https://hishel.com/" -DOWNLOAD="https://github.com/karpetrosyan/hishel/archive/refs/tags/0.0.27/hishel-0.0.27.tar.gz" -MD5SUM="a9c3787913d6666428ecdfd0534deae3" +DOWNLOAD="https://github.com/karpetrosyan/hishel/archive/refs/tags/0.0.29/hishel-0.0.29.tar.gz" +MD5SUM="e2c6f6ca155e23cf2d892ccaff6dd3b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-httpx" |