kumquat-buildroot/package/dust/dust.mk
Antoine Coutant 8c7118cea4 package/dust: bump version to 0.9.0
The licence have been updated between versions v0.8.3 and v0.8.4.
see:
520c439edc

Signed-off-by: Antoine Coutant <antoine.coutant@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-01-23 22:11:55 +01:00

13 lines
334 B
Makefile

################################################################################
#
# dust
#
################################################################################
DUST_VERSION = 0.9.0
DUST_SITE = $(call github,bootandy,dust,v$(DUST_VERSION))
DUST_LICENSE = APACHE-2.0
DUST_LICENSE_FILES = LICENSE
$(eval $(cargo-package))