system/rmw: Updated for version 0.9.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0f28d6c4b3
commit
e46e872613
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue