kumquat-buildroot/package/libutp/libutp.mk
Bernd Kuhls ccc3900326 package/libutp: bump version
Follow transmission switching from branch post-3.3-transmission to
branch post-3.4-transmission:
745adf8332

This branch contains a copyright year bump for the license file:
365254427e

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-08-01 22:05:57 +02:00

14 lines
408 B
Makefile

################################################################################
#
# libutp
#
################################################################################
LIBUTP_VERSION = 059c9449a104e440e4f913756a5f560dd4ae76a9
LIBUTP_SITE = $(call github,transmission,libutp,$(LIBUTP_VERSION))
LIBUTP_LICENSE = MIT
LIBUTP_LICENSE_FILES = LICENSE
LIBUTP_INSTALL_STAGING = YES
$(eval $(cmake-package))