diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-22 14:27:00 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 08:45:31 +0700 |
commit | 73dec470aa44670923491f1ff4c8198dad18f7ab (patch) | |
tree | 82fb66aeb27b928514558580a5503386f1c3d8fc /python/send2trash | |
parent | c2e0a8be467a7ace14aab54b12db796754843f5e (diff) | |
download | slackbuilds-73dec470aa44670923491f1ff4c8198dad18f7ab.tar.gz |
python/send2trash: Updated for version 1.8.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/send2trash')
-rw-r--r-- | python/send2trash/send2trash.SlackBuild | 3 | ||||
-rw-r--r-- | python/send2trash/send2trash.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/send2trash/send2trash.SlackBuild b/python/send2trash/send2trash.SlackBuild index 44a8a438ac..90bc62870b 100644 --- a/python/send2trash/send2trash.SlackBuild +++ b/python/send2trash/send2trash.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for send2trash # Copyright 2018-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=send2trash -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/send2trash/send2trash.info b/python/send2trash/send2trash.info index fafe53c25e..e26e7be2cc 100644 --- a/python/send2trash/send2trash.info +++ b/python/send2trash/send2trash.info @@ -1,10 +1,10 @@ PRGNAM="send2trash" -VERSION="1.5.0" +VERSION="1.8.0" HOMEPAGE="https://github.com/hsoft/send2trash" -DOWNLOAD="https://github.com/hsoft/send2trash/archive/1.5.0/send2trash-1.5.0.tar.gz" -MD5SUM="a8179a96769d2418a5989cda0e1ec374" +DOWNLOAD="https://github.com/hsoft/send2trash/archive/1.8.0/send2trash-1.8.0.tar.gz" +MD5SUM="4bbf941d555bb95836ce273d777256d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |