bat: update to 0.15.4.

This commit is contained in:
Daniel Eyßer 2020-06-05 22:31:29 +02:00 committed by Helmut Pozimski
parent 16c2a329a8
commit 72ca7346b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'bat' # Template file for 'bat'
pkgname=bat pkgname=bat
version=0.15.3 version=0.15.4
revision=1 revision=1
build_style=cargo build_style=cargo
hostmakedepends="cmake llvm clang" hostmakedepends="cmake llvm clang"
@ -10,7 +10,7 @@ maintainer="John <johnz@posteo.net>"
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=5880d3c25a964991ae573f3059b432c13f7e97530e2e28aa25ec2d4a06f6b926 checksum=03b7c8ad6221ca87cecd71f9e3e2167f04f750401e2d3dcc574183aabeb76a8b
pre_build() { pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}" export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"