difftastic: update to 0.45.0.

This commit is contained in:
icp 2023-03-04 11:26:08 +05:30 committed by classabbyamp
parent 4222c9aa90
commit eeb58453e0

View file

@ -1,6 +1,6 @@
# Template file for 'difftastic' # Template file for 'difftastic'
pkgname=difftastic pkgname=difftastic
version=0.43.1 version=0.45.0
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Structural diff tool that understands syntax" short_desc="Structural diff tool that understands syntax"
@ -9,7 +9,7 @@ license="MIT"
homepage="https://difftastic.wilfred.me.uk" homepage="https://difftastic.wilfred.me.uk"
changelog="https://raw.githubusercontent.com/Wilfred/difftastic/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/Wilfred/difftastic/master/CHANGELOG.md"
distfiles="https://static.crates.io/crates/difftastic/difftastic-${version}.crate" distfiles="https://static.crates.io/crates/difftastic/difftastic-${version}.crate"
checksum=35c3fad5d6442e9514779dc140d998edf76bd808ca3b5d3b9db2e0c41b834a58 checksum=8a7036f589424b89cfba70109de455844c652dc1177a345bd91d1c1dfd1b0e5b
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel" makedepends+=" libatomic-devel"