8457d22227
Bump version to 0.30.0. The signature of the tarballs have been verified and their hash compared to the upstream reference. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
453 B
Makefile
14 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# cargo-bin
|
|
#
|
|
################################################################################
|
|
|
|
CARGO_BIN_VERSION = 0.30.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))
|