delta: update to 0.2.0
This commit is contained in:
parent
ae23798dbc
commit
a1b19b9ff4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'delta'
|
||||
pkgname=delta
|
||||
version=0.1.1
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="llvm clang"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/dandavison/delta"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=50519e97310b54ddb485635ac8e0984670d4ae64fc7fd4a5ed2b67cc6b77347f
|
||||
checksum=c093d40e7a069572fc31407a39dcb6a77094acb5b52518691de6f8f0c21530de
|
||||
|
||||
pre_build() {
|
||||
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
|
||||
|
|
Loading…
Reference in New Issue