bat: update to 0.18.0.

This commit is contained in:
TC 2021-03-01 13:13:02 +01:00 committed by John Zimmermann
parent 3276040ac6
commit 47d3bffd00

View file

@ -1,6 +1,6 @@
# Template file for 'bat' # Template file for 'bat'
pkgname=bat pkgname=bat
version=0.17.1 version=0.18.0
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=16d39414e8a3b80d890cfdbca6c0e6ff280058397f4a3066c37e0998985d87c4 checksum=49d1b95250050df47753c213b5e48953a029c9e74753cef371051b14c9d629b8
pre_build() { pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}" export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"