kumquat-buildroot/package/uvw/uvw.mk
Bernd Kuhls 9d136e5cc9 package/{libuv, uvw}: bump to versions 1.44.2, 2.12.1_libuv_v1.44
- libuv
  Release notes:
  https://github.com/libuv/libuv/issues/3452
  https://github.com/libuv/libuv/issues/3522
  https://github.com/libuv/libuv/issues/3586

  Updated license hash due to various commits regarding Android/Windows.

- uvw:
  Updated license hash due to copyright year bump:
  cca65db1f4

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-10-31 10:50:48 +01:00

17 lines
442 B
Makefile

################################################################################
#
# uvw
#
################################################################################
UVW_VERSION = 2.12.1_libuv_v1.44
UVW_SITE = $(call github,skypjack,uvw,v$(UVW_VERSION))
UVW_INSTALL_STAGING = YES
UVW_INSTALL_TARGET = NO
UVW_SUPPORTS_IN_SOURCE_BUILD = NO
UVW_DEPENDENCIES = libuv
UVW_LICENSE = MIT
UVW_LICENSE_FILES = LICENSE
$(eval $(cmake-package))