bat: update to 0.13.0

Closes: #20312 [via git-merge-pr]
This commit is contained in:
Neel Chotai 2020-03-23 11:09:13 +00:00 committed by John
parent 7c0ae79233
commit 30456c64c2
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -1,6 +1,6 @@
# Template file for 'bat'
pkgname=bat
version=0.12.1
version=0.13.0
revision=1
build_style=cargo
hostmakedepends="cmake llvm"
@ -10,7 +10,7 @@ maintainer="John <johnz@posteo.net>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/bat"
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
checksum=1dd184ddc9e5228ba94d19afc0b8b440bfc1819fef8133fe331e2c0ec9e3f8e2
checksum=f4aee370013e2a3bc84c405738ed0ab6e334d3a9f22c18031a7ea008cd5abd2a
pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"