bat: update to 0.15.0.

This commit is contained in:
John 2020-04-27 13:59:38 +02:00
parent 551ff5f067
commit b11663af02
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.13.0
version=0.15.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=f4aee370013e2a3bc84c405738ed0ab6e334d3a9f22c18031a7ea008cd5abd2a
checksum=702b330d2938426679b3b0d50334b1518b4fb1d779220f2e32e68dfa1bb9fc0f
pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"