From 3e0807fb9890efce2f49a3ba9d6ae5f8b5bb2d7e Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 12 Feb 2023 00:42:22 -0500 Subject: [PATCH] jdupes: update to 1.21.3 --- srcpkgs/jdupes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index f4baa0830987..15a749997c40 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,6 +1,6 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.21.2 +version=1.21.3 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/refs/tags/v${version}.tar.gz" -checksum=5c92333b06cefb1092bf398349218499c6aba94ae735316623a0114f9eda0f75 +checksum=8992d0ff1fe135c685063ce3c9d69d54f1f19f1b32845e84441f888218063cc0 CFLAGS="-DENABLE_DEDUPE"