diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-22 17:40:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-27 23:12:01 +0700 |
commit | 553d6eb0121c3343d3c34753f78946936cff81c1 (patch) | |
tree | b83c1f57ad8dc52f8d0c4e2c9cd1cfa0ea9c88e7 /python | |
parent | e11e4be41e001119ff6cfa4a6028b3e683573ac9 (diff) |
python/python3-hishel: Version bump to 0.0.31
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 e6888d95a897..8f42d4832cc0 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.30} +VERSION=${VERSION:-0.0.31} 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 79f3bbfa1755..b0a3a18af501 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.30" +VERSION="0.0.31" HOMEPAGE="https://hishel.com/" -DOWNLOAD="https://github.com/karpetrosyan/hishel/archive/refs/tags/0.0.30/hishel-0.0.30.tar.gz" -MD5SUM="1521d6d3bcbb99141144059b341c1e08" +DOWNLOAD="https://github.com/karpetrosyan/hishel/archive/refs/tags/0.0.31/hishel-0.0.31.tar.gz" +MD5SUM="a101670320020814fa5c2b5bd78fc874" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-httpx" |