delta: update to 0.4.0.

This commit is contained in:
Andrew Benson 2020-08-06 20:44:38 -05:00 committed by Andrew Benson
parent 1726ee6107
commit 41b83b7baf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'delta' # Template file for 'delta'
pkgname=delta pkgname=delta
version=0.3.0 version=0.4.0
revision=1 revision=1
build_style=cargo build_style=cargo
hostmakedepends="llvm clang" hostmakedepends="llvm clang"
@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/dandavison/delta" homepage="https://github.com/dandavison/delta"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=4ff8d5864306f130be8e0da3d8013bcc4ece082835d4cc5395775c669111ed77 checksum=cae9bda3fb1b4e1adea439bb0e834d703d5925f0ace44eafa2d1b1293ae79209
pre_build() { pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}" export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"