bat: update to 0.18.3.

This commit is contained in:
Bartek Stalewski 2021-08-29 13:50:21 +02:00 committed by John Zimmermann
parent 1be7041a3d
commit b4675bad91

View file

@ -1,6 +1,6 @@
# Template file for 'bat' # Template file for 'bat'
pkgname=bat pkgname=bat
version=0.18.2 version=0.18.3
revision=1 revision=1
build_style=cargo build_style=cargo
hostmakedepends="cmake llvm clang" hostmakedepends="cmake llvm clang"
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/bat" homepage="https://github.com/sharkdp/bat"
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz" distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
checksum=b176787e27da1f920b655bcd71b66c1569d241e2272bb9a4f6a64e6501c0cf2a checksum=dff7fa5222f40c7b3c783d3ceb0c3ffb35662f1198b00d785f80f3f1523399dd
pre_build() { pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}" export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"