diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-07-21 08:28:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-21 21:41:18 +0700 |
commit | be5f8c3d3e45af60697ca49ca9849d12117172b7 (patch) | |
tree | 8f01b59b68be484396b40a0c8cbe98c339945613 /system/duperemove | |
parent | 265c7c7999bed67c3ae3ff0ec3c8cbd4a0560a5f (diff) |
system/duperemove: Updated for version 0.12.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/duperemove')
-rw-r--r-- | system/duperemove/README | 10 | ||||
-rw-r--r-- | system/duperemove/duperemove.SlackBuild | 4 | ||||
-rw-r--r-- | system/duperemove/duperemove.info | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/system/duperemove/README b/system/duperemove/README index 8cb82b560ce4f..db5e5c0cc2229 100644 --- a/system/duperemove/README +++ b/system/duperemove/README @@ -1,9 +1,11 @@ Duperemove is a simple tool for finding duplicated extents and submitting them for deduplication. When given a list of files it will -hash their contents on a block by block basis and compare those hashes -to each other, finding and categorizing blocks that match each other. -When given the -d option, duperemove will submit those extents for -deduplication using the Linux kernel extent-same ioctl. +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 +ioctl. Duperemove can store the hashes it computes in a 'hashfile'. If given an existing hashfile, duperemove will only compute hashes for those files diff --git a/system/duperemove/duperemove.SlackBuild b/system/duperemove/duperemove.SlackBuild index c1ae5ae8118b3..d1708767ed196 100644 --- a/system/duperemove/duperemove.SlackBuild +++ b/system/duperemove/duperemove.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for duperemove -# Copyright 2022 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2022-2023 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=duperemove -VERSION=${VERSION:-0.11.3} +VERSION=${VERSION:-0.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/duperemove/duperemove.info b/system/duperemove/duperemove.info index 058b065af135d..83d87c04c3585 100644 --- a/system/duperemove/duperemove.info +++ b/system/duperemove/duperemove.info @@ -1,8 +1,8 @@ PRGNAM="duperemove" -VERSION="0.11.3" +VERSION="0.12" HOMEPAGE="https://markfasheh.github.io/duperemove/" -DOWNLOAD="https://github.com/markfasheh/duperemove/archive/refs/tags/v0.11.3/duperemove-0.11.3.tar.gz" -MD5SUM="7709d318cd67d2d080b87a6d410323b7" +DOWNLOAD="https://github.com/markfasheh/duperemove/archive/refs/tags/v0.12/duperemove-0.12.tar.gz" +MD5SUM="c96256de64102784ff1391ccee911006" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |