From 730aab61c086eb48d3f144e8874bf6d227154d62 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 8 Jan 2024 12:51:53 +0530 Subject: [PATCH] difftastic: update to 0.54.0. --- srcpkgs/difftastic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template index 3727632bc8208..ebad8f563e61d 100644 --- a/srcpkgs/difftastic/template +++ b/srcpkgs/difftastic/template @@ -1,6 +1,6 @@ # Template file for 'difftastic' pkgname=difftastic -version=0.53.1 +version=0.54.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=9abaa11cdc40577d54f690e36fd2d896652f413f4b30d17859018480e34b5e68 +checksum=f0ffde604735c4aa3347cf26c1f3eb65c2ac24ab1ad188f21d8aed89e2df974e if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic"