From 21db81a9501f2481dced94e6631354e753af00ac Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 10 Oct 2023 11:27:11 +0530 Subject: [PATCH] difftastic: update to 0.52.0. --- srcpkgs/difftastic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template index 5ef4c88fd69ad6..7df737ba476535 100644 --- a/srcpkgs/difftastic/template +++ b/srcpkgs/difftastic/template @@ -1,6 +1,6 @@ # Template file for 'difftastic' pkgname=difftastic -version=0.51.1 +version=0.52.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=eb8eb4c1c664ab12fc224a400cd61294c9f0fc1f6e4f159e4311e369ecdb1ade +checksum=78ddf348b4f4f7e7a53485fbcaed49c8d34a637d56c518eb402fdb96bb991ab7 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"