summaryrefslogtreecommitdiffstats
path: root/python/send2trash/send2trash.SlackBuild
diff options
context:
space:
mode:
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
commit73dec470aa44670923491f1ff4c8198dad18f7ab (patch)
tree82fb66aeb27b928514558580a5503386f1c3d8fc /python/send2trash/send2trash.SlackBuild
parentc2e0a8be467a7ace14aab54b12db796754843f5e (diff)
downloadslackbuilds-73dec470aa44670923491f1ff4c8198dad18f7ab.tar.gz
slackbuilds-73dec470aa44670923491f1ff4c8198dad18f7ab.tar.xz
python/send2trash: Updated for version 1.8.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/send2trash/send2trash.SlackBuild')
-rw-r--r--python/send2trash/send2trash.SlackBuild3
1 files changed, 2 insertions, 1 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}