diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-11-18 12:33:39 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:36 +0700 |
commit | 7acb450b429b1cc1f9fccb4af7d4511015a1ef8f (patch) | |
tree | 75dbdc3170a2a3d9bbee64c60a061ac61695f562 | |
parent | ec3b7474cb984b2ed92b132b0424d7a5c6783660 (diff) |
python/send2trash: Version bump to 1.8.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/send2trash/send2trash.SlackBuild | 4 | ||||
-rw-r--r-- | python/send2trash/send2trash.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/send2trash/send2trash.SlackBuild b/python/send2trash/send2trash.SlackBuild index 6b827c34a3..cdd5ab2a62 100644 --- a/python/send2trash/send2trash.SlackBuild +++ b/python/send2trash/send2trash.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=send2trash -VERSION=${VERSION:-1.8.2} +VERSION=${VERSION:-1.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/send2trash/send2trash.info b/python/send2trash/send2trash.info index cf9cf79083..b3ee9e02d2 100644 --- a/python/send2trash/send2trash.info +++ b/python/send2trash/send2trash.info @@ -1,8 +1,8 @@ PRGNAM="send2trash" -VERSION="1.8.2" +VERSION="1.8.3" HOMEPAGE="https://github.com/hsoft/send2trash" -DOWNLOAD="https://github.com/hsoft/send2trash/archive/1.8.2/send2trash-1.8.2.tar.gz" -MD5SUM="eb438133a06589d66fd0b9d401d4bbc5" +DOWNLOAD="https://github.com/hsoft/send2trash/archive/1.8.3/send2trash-1.8.3.tar.gz" +MD5SUM="512d4844f07155c1290d714f47e9cb2c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |