From 84bd04a25492d97e9c4407f77f86526781b551db Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 29 Aug 2021 13:50:21 +0200 Subject: [PATCH] bat: update to 0.18.3. --- srcpkgs/bat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index f79dad62a66b..586c258ad1c3 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -1,6 +1,6 @@ # Template file for 'bat' pkgname=bat -version=0.18.2 +version=0.18.3 revision=1 build_style=cargo hostmakedepends="cmake llvm clang" @@ -10,7 +10,7 @@ maintainer="John " license="Apache-2.0, MIT" homepage="https://github.com/sharkdp/bat" distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz" -checksum=b176787e27da1f920b655bcd71b66c1569d241e2272bb9a4f6a64e6501c0cf2a +checksum=dff7fa5222f40c7b3c783d3ceb0c3ffb35662f1198b00d785f80f3f1523399dd pre_build() { export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"