From 848ed568457df6f1cf7e32291b0ee4f4d8557e88 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 24 Nov 2023 11:17:03 +0530 Subject: [PATCH] difftastic: update to 0.53.0. --- srcpkgs/difftastic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template index 7df737ba47653..10a9fa0857a9d 100644 --- a/srcpkgs/difftastic/template +++ b/srcpkgs/difftastic/template @@ -1,6 +1,6 @@ # Template file for 'difftastic' pkgname=difftastic -version=0.52.0 +version=0.53.0 revision=1 build_style=cargo short_desc="Structural diff tool that understands syntax" @@ -9,7 +9,7 @@ license="MIT" homepage="https://difftastic.wilfred.me.uk" changelog="https://raw.githubusercontent.com/Wilfred/difftastic/master/CHANGELOG.md" distfiles="https://static.crates.io/crates/difftastic/difftastic-${version}.crate" -checksum=78ddf348b4f4f7e7a53485fbcaed49c8d34a637d56c518eb402fdb96bb991ab7 +checksum=67efc5a7dd90049869662d3907d1cd6aab75e81f8ea69c62b2544874defc6b9d if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"