kumquat-buildroot/package/utf8proc/utf8proc.mk
Bernd Kuhls 79c5f60ad5 package/utf8proc: bump version to 2.7.0
Release notes:
https://github.com/JuliaStrings/utf8proc/releases/tag/v2.7.0

Updated license hash due to copyright year bump:
8ca6144c85

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-30 17:00:01 +01:00

15 lines
432 B
Makefile

################################################################################
#
# utf8proc
#
################################################################################
UTF8PROC_VERSION = 2.7.0
UTF8PROC_SITE = $(call github,JuliaStrings,utf8proc,v$(UTF8PROC_VERSION))
UTF8PROC_LICENSE = MIT
UTF8PROC_LICENSE_FILES = LICENSE.md
UTF8PROC_INSTALL_STAGING = YES
UTF8PROC_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))