aboutsummaryrefslogtreecommitdiff
path: root/python/send2trash/send2trash.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-11-18 12:33:39 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-23 10:50:36 +0700
commit7acb450b429b1cc1f9fccb4af7d4511015a1ef8f (patch)
tree75dbdc3170a2a3d9bbee64c60a061ac61695f562 /python/send2trash/send2trash.SlackBuild
parentec3b7474cb984b2ed92b132b0424d7a5c6783660 (diff)
python/send2trash: Version bump to 1.8.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/send2trash/send2trash.SlackBuild')
-rw-r--r--python/send2trash/send2trash.SlackBuild4
1 files changed, 2 insertions, 2 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}