From 929be05733700e2423b0437b5db63de92445e1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sun, 9 Jan 2022 12:27:56 +0100 Subject: [PATCH] bat: update to 0.19.0. --- srcpkgs/bat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index 586c258ad1c3..8dcbbf67b75c 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -1,6 +1,6 @@ # Template file for 'bat' pkgname=bat -version=0.18.3 +version=0.19.0 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=dff7fa5222f40c7b3c783d3ceb0c3ffb35662f1198b00d785f80f3f1523399dd +checksum=6a920cad1e7ae069eb9393f5b6883e0a7f2c957186b1075976331daaa5e0468a pre_build() { export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"