From 17546e5a44a0dcc25df948dbb1ee6e0dbf008cc0 Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Fri, 29 Sep 2023 09:19:34 -0500 Subject: [PATCH] system/duperemove: Updated for version 0.13. Signed-off-by: Erich Ritz Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/duperemove/README | 2 +- system/duperemove/duperemove.SlackBuild | 4 ++-- system/duperemove/duperemove.info | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/system/duperemove/README b/system/duperemove/README index db5e5c0cc2..b535b70f0c 100644 --- a/system/duperemove/README +++ b/system/duperemove/README @@ -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 diff --git a/system/duperemove/duperemove.SlackBuild b/system/duperemove/duperemove.SlackBuild index d1708767ed..3c24e06ddd 100644 --- a/system/duperemove/duperemove.SlackBuild +++ b/system/duperemove/duperemove.SlackBuild @@ -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 diff --git a/system/duperemove/duperemove.info b/system/duperemove/duperemove.info index 83d87c04c3..48751bcd8d 100644 --- a/system/duperemove/duperemove.info +++ b/system/duperemove/duperemove.info @@ -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=""