From be5f8c3d3e45af60697ca49ca9849d12117172b7 Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Fri, 21 Jul 2023 08:28:48 -0500 Subject: system/duperemove: Updated for version 0.12. Signed-off-by: Erich Ritz Signed-off-by: Willy Sudiarto Raharjo --- system/duperemove/README | 10 ++++++---- system/duperemove/duperemove.SlackBuild | 4 ++-- system/duperemove/duperemove.info | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'system/duperemove') diff --git a/system/duperemove/README b/system/duperemove/README index 8cb82b560c..db5e5c0cc2 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 c1ae5ae811..d1708767ed 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 058b065af1..83d87c04c3 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="" -- cgit v1.2.3-65-gdbad