diff options
author | Andy Alt <arch_stanton5995@proton.me> | 2023-05-20 00:12:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:15 +0700 |
commit | e46e872613c65eec2e51cb8b93fba5668315b3b2 (patch) | |
tree | 83d453b88c0653726401d287d4f5fce425ce7b03 /system/rmw | |
parent | 0f28d6c4b3525db381479551bf921d7475a0e701 (diff) |
system/rmw: Updated for version 0.9.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rmw')
-rw-r--r-- | system/rmw/README | 6 | ||||
-rw-r--r-- | system/rmw/rmw.SlackBuild | 2 | ||||
-rw-r--r-- | system/rmw/rmw.info | 8 | ||||
-rw-r--r-- | system/rmw/slack-desc | 14 |
4 files changed, 15 insertions, 15 deletions
diff --git a/system/rmw/README b/system/rmw/README index 9327eef2e95f6..fce58aa8e2fc5 100644 --- a/system/rmw/README +++ b/system/rmw/README @@ -1,6 +1,6 @@ -rmw (ReMove to Waste) is a safe-remove utility for the command line. It -can move and restore files to and from directories specified in a -configuration file, and can also be integrated with your regular +rmw (ReMove to Waste) is a trashcan/recycle bin utility for the command +line. It can move and restore files to and from directories specified in +a configuration file, and can also be integrated with your regular desktop trash folder (if your desktop environment uses the FreeDesktop.org Trash specification). One of the unique features of rmw is the ability to purge items from your waste (or trash) directories diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild index 59799414083e5..2e05034512fd6 100644 --- a/system/rmw/rmw.SlackBuild +++ b/system/rmw/rmw.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rmw -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/rmw/rmw.info b/system/rmw/rmw.info index 9b3ac1337aec9..f99667faf2fd1 100644 --- a/system/rmw/rmw.info +++ b/system/rmw/rmw.info @@ -1,8 +1,8 @@ PRGNAM="rmw" -VERSION="0.9.0" -HOMEPAGE="https://remove-to-waste.info/" -DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.0/rmw-0.9.0.tar.xz" -MD5SUM="974e690868c8f86d1b37db89b0df9c0d" +VERSION="0.9.1" +HOMEPAGE="https://theimpossibleastronaut.github.io/rmw-website/" +DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.1/rmw-0.9.1.tar.xz" +MD5SUM="a0393d670e7e9f2f0ce07c4a946b7a48" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/rmw/slack-desc b/system/rmw/slack-desc index 855e1f8b375fa..8b6a4cfdb340a 100644 --- a/system/rmw/slack-desc +++ b/system/rmw/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| rmw: rmw (command line trash can/recycle bin) rmw: -rmw: rmw (ReMove to Waste) is a safe-remove utility for the command line. -rmw: It can move and restore files to and from directories specified in a -rmw: configuration file, and can also be integrated with your regular -rmw: desktop trash folder (if your desktop environment uses the -rmw: FreeDesktop.org Trash specification). One of the unique features of -rmw: rmw is the ability to purge items from your waste (or trash) +rmw: rmw (ReMove to Waste) is a trashcan/recycle bin utility for the +rmw: command line. It can move and restore files to and from directories +rmw: specified in a configuration file, and can also be integrated with +rmw: your regular desktop trash folder (if your desktop environment uses +rmw: the FreeDesktop.org Trash specification). One of the unique features +rmw: of rmw is the ability to purge items from your waste (or trash) rmw: directories after x number of days. rmw: -rmw: Homepage: https://remove-to-waste.info/ +rmw: Homepage: https://theimpossibleastronaut.github.io/rmw-website/ |