From d1e44abaecd0c811ec65c80fa0a693f61cf76721 Mon Sep 17 00:00:00 2001 From: mustaqim Date: Fri, 15 May 2020 17:15:13 +0200 Subject: [PATCH] bat: update to 0.15.1 --- srcpkgs/bat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index b2228d98d39..007704f448c 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -1,6 +1,6 @@ # Template file for 'bat' pkgname=bat -version=0.15.0 +version=0.15.1 revision=1 build_style=cargo hostmakedepends="cmake llvm" @@ -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=702b330d2938426679b3b0d50334b1518b4fb1d779220f2e32e68dfa1bb9fc0f +checksum=6f64899870bb16abd82a86c6a34c165f78603514e6ebb8ddf920b59095eba57d pre_build() { export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"