From a96d6938a8e60f040ad28152d4e04da83e8a24d4 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 4 Feb 2023 22:10:20 -0500 Subject: [PATCH] jdupes: update to 1.21.1 --- srcpkgs/jdupes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 102b2db97df8..873b07da8a6f 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,6 +1,6 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.21.0 +version=1.21.1 revision=1 build_style=gnu-makefile make_build_args="ENABLE_BTRFS=1" @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/jbruchon/jdupes" changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES" distfiles="https://github.com/jbruchon/jdupes/archive/v${version}.tar.gz" -checksum=13e56c608354f10f9314c99cf37b034dde14e6bf4a9303c77391323e2ef4f549 +checksum=22de88d1963f70c8ed4d0aa40abe05b48aaa4cc08eed6a2c6c9747010f9f4eb7 CFLAGS="-DENABLE_DEDUPE"