From 67d8a73b6d78346a6a0f4a97a6d57a8fa90972ec Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 29 Dec 2022 12:38:42 +0530 Subject: [PATCH] difftastic: update to 0.40.0. --- srcpkgs/difftastic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template index 4e19e477a5ed..a97b87726f5e 100644 --- a/srcpkgs/difftastic/template +++ b/srcpkgs/difftastic/template @@ -1,6 +1,6 @@ # Template file for 'difftastic' pkgname=difftastic -version=0.39.0 +version=0.40.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=410eff9c811751c54ceb0edb2635ee5466a61c1b6b6600bb58cf0145efdd0459 +checksum=22ef73697feda41fa7bfa5f0c3c1d93c4d89881659cd5f6454c6a6e00dc8ecc9 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel"