diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-09-29 09:19:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:22 +0700 |
commit | 17546e5a44a0dcc25df948dbb1ee6e0dbf008cc0 (patch) | |
tree | 251de744e919bd16a326b4115a65a192533d884b /system/duperemove | |
parent | 556caa56c13fb88191433ae45caee6ff86b797b0 (diff) |
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>
Diffstat (limited to 'system/duperemove')
-rw-r--r-- | system/duperemove/README | 2 | ||||
-rw-r--r-- | system/duperemove/duperemove.SlackBuild | 4 | ||||
-rw-r--r-- | system/duperemove/duperemove.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/duperemove/README b/system/duperemove/README index db5e5c0cc222..b535b70f0cb5 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 d1708767ed19..3c24e06dddc0 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 83d87c04c358..48751bcd8d80 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="" |