kumquat-buildroot/package/cargo-bin/cargo-bin.mk
Thomas Petazzoni cf43e36149 Revert "cargo-bin: bump version to 0.30.0"
This reverts commit 15c00b9a23, because
the hashes do not match the upstream tarballs. We need to understand
what happened rather than blindly fixing the hashes.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-20 23:55:31 +02:00

14 lines
453 B
Makefile

################################################################################
#
# cargo-bin
#
################################################################################
CARGO_BIN_VERSION = 0.27.0
CARGO_BIN_SITE = https://static.rust-lang.org/dist
CARGO_BIN_SOURCE = cargo-$(CARGO_BIN_VERSION)-$(RUSTC_HOST_NAME).tar.xz
CARGO_BIN_LICENSE = Apache-2.0 or MIT
CARGO_BIN_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
$(eval $(host-generic-package))