buildroot/package/wtfutil/wtfutil.mk
Bernd Kuhls dd295e5ba3 package/wtfutil: bump version to 0.47.1
Release notes: https://github.com/wtfutil/wtf/releases

Needs bump of go to >= 1.25.4.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-29 11:26:37 +01:00

14 lines
413 B
Makefile

################################################################################
#
# wtfutil
#
################################################################################
WTFUTIL_VERSION = 0.47.1
WTFUTIL_SITE = $(call github,wtfutil,wtf,v$(WTFUTIL_VERSION))
WTFUTIL_LICENSE = MPL-2.0
WTFUTIL_LICENSE_FILES = LICENSE.md
WTFUTIL_CPE_ID_VENDOR = wtfutil
WTFUTIL_CPE_ID_PRODUCT = wtf
$(eval $(golang-package))