Files
buildroot/package/enet/enet.mk
Dario Binacchi 65c8f868e4 package/enet: bump to version 1.3.18
See:
https://github.com/lsalzman/enet/blob/v1.3.18/ChangeLog

Update file hash due to update license dates:
2662c0de09

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-09-29 21:12:52 +02:00

15 lines
346 B
Makefile

################################################################################
#
# enet
#
################################################################################
ENET_VERSION = 1.3.18
ENET_SITE = http://enet.bespin.org/download
ENET_LICENSE = MIT
ENET_LICENSE_FILES = LICENSE
ENET_INSTALL_STAGING = YES
$(eval $(autotools-package))