Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delta: update to 0.4.3. #24787

Merged
merged 1 commit into from
Sep 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/delta/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'delta'
pkgname=delta
version=0.4.1
version=0.4.3
revision=1
build_style=cargo
hostmakedepends="llvm clang"
Expand All @@ -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=5c2e46e398702b13b2768043ba5dc6bea899fb34271120bad4608ff9a64b0434
checksum=78ee36ec30194fe261ccb585111b67adae5166e79170f9636e54cbf5427da54a

pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
Expand Down