summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erich Ritz2023-09-29 16:19:34 +0200
committer Willy Sudiarto Raharjo2023-09-30 06:16:22 +0200
commit17546e5a44a0dcc25df948dbb1ee6e0dbf008cc0 (patch)
tree251de744e919bd16a326b4115a65a192533d884b
parent556caa56c13fb88191433ae45caee6ff86b797b0 (diff)
downloadslackbuilds-17546e5a44a0dcc25df948dbb1ee6e0dbf008cc0.tar.gz
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>
-rw-r--r--system/duperemove/README2
-rw-r--r--system/duperemove/duperemove.SlackBuild4
-rw-r--r--system/duperemove/duperemove.info6
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=""