From 0c5d71ae3ac951e0d5649b9887402e3601b0f90c Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 7 Feb 2023 23:05:24 -0500 Subject: [PATCH] jdupes: update to 1.21.2 --- srcpkgs/jdupes/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 873b07da8a6f..f4baa0830987 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,6 +1,6 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.21.1 +version=1.21.2 revision=1 build_style=gnu-makefile make_build_args="ENABLE_BTRFS=1" @@ -9,8 +9,8 @@ maintainer="Orphaned " 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=22de88d1963f70c8ed4d0aa40abe05b48aaa4cc08eed6a2c6c9747010f9f4eb7 +distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz" +checksum=5c92333b06cefb1092bf398349218499c6aba94ae735316623a0114f9eda0f75 CFLAGS="-DENABLE_DEDUPE"