From 220549606980a49a705fbc115f2340de45eb1255 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 29 Aug 2021 12:58:48 +0200 Subject: [PATCH] bat: update to 0.18.3. --- srcpkgs/bat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index f79dad62a66b..dd09bfe3759d 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -1,16 +1,16 @@ # Template file for 'bat' pkgname=bat -version=0.18.2 +version=0.18.3 revision=1 build_style=cargo hostmakedepends="cmake llvm clang" makedepends="libcurl-devel libssh2-devel oniguruma-devel" short_desc="Cat(1) clone with syntax highlighting and Git integration" -maintainer="John " +maintainer="Bartek Stalewski " 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}"