diff options
-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 9327eef2e95f..fce58aa8e2fc 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 59799414083e..2e05034512fd 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 9b3ac1337aec..f99667faf2fd 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 855e1f8b375f..8b6a4cfdb340 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/ |