system/duperemove: Updated for version 0.13.

Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erich Ritz 2023-09-29 09:19:34 -05:00 committed by Willy Sudiarto Raharjo
parent 556caa56c1
commit 17546e5a44
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ hash their contents on an extent by extent basis and compare those
hashes to each other, finding and categorizing extents that match each
other. Optionally, a per-block hash can be applied for further
duplication lookup. When given the -d option, duperemove will submit
those extents for deduplication using the Linux kernel extent-same
those extents for deduplication using the Linux kernel FIDEDUPRANGE
ioctl.
Duperemove can store the hashes it computes in a 'hashfile'. If given an

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=duperemove
VERSION=${VERSION:-0.12}
VERSION=${VERSION:-0.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,7 +84,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
README.md LICENSE LICENSE.xxhash SubmittingPatches rbtree.txt docs \
README.md LICENSE LICENSE.xxhash rbtree.txt docs markdown \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="duperemove"
VERSION="0.12"
VERSION="0.13"
HOMEPAGE="https://markfasheh.github.io/duperemove/"
DOWNLOAD="https://github.com/markfasheh/duperemove/archive/refs/tags/v0.12/duperemove-0.12.tar.gz"
MD5SUM="c96256de64102784ff1391ccee911006"
DOWNLOAD="https://github.com/markfasheh/duperemove/archive/refs/tags/v0.13/duperemove-0.13.tar.gz"
MD5SUM="ab8b9247ab6ccf4d988d7747e59b7c0f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""