diff options
-rw-r--r-- | system/trash-cli/trash-cli.SlackBuild | 4 | ||||
-rw-r--r-- | system/trash-cli/trash-cli.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/trash-cli/trash-cli.SlackBuild b/system/trash-cli/trash-cli.SlackBuild index acd09db1cacad..d4eee1c05e2aa 100644 --- a/system/trash-cli/trash-cli.SlackBuild +++ b/system/trash-cli/trash-cli.SlackBuild @@ -4,7 +4,7 @@ # # Copyright 2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # Copyright 2017 Donald Cooley South Haven, IN USA -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=trash-cli -VERSION=${VERSION:-0.23.2.13.2} +VERSION=${VERSION:-0.23.11.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/trash-cli/trash-cli.info b/system/trash-cli/trash-cli.info index 199a50877932f..89167c96d9ad9 100644 --- a/system/trash-cli/trash-cli.info +++ b/system/trash-cli/trash-cli.info @@ -1,8 +1,8 @@ PRGNAM="trash-cli" -VERSION="0.23.2.13.2" +VERSION="0.23.11.10" HOMEPAGE="https://github.com/andreafrancia/trash-cli" -DOWNLOAD="https://github.com/andreafrancia/trash-cli/archive/0.23.2.13.2/trash-cli-0.23.2.13.2.tar.gz" -MD5SUM="7bd25524855e5b2e45b4742f366d1ed9" +DOWNLOAD="https://github.com/andreafrancia/trash-cli/archive/0.23.11.10/trash-cli-0.23.11.10.tar.gz" +MD5SUM="acdac3a03c7bade8dbfca6e4d741332e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-psutil" |