package/libutp: bump version

Needed for bumping transmission to version 4.0.1.

Added configure option to fix build error with gcc-12.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2023-05-06 18:05:23 +02:00 committed by Yann E. MORIN
parent f7d0ed4a78
commit 827bc83cb1
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 484f802d044f774fa5f669476ecdd9cb6110c383781c39adc03bbf6575090771 libutp-059c9449a104e440e4f913756a5f560dd4ae76a9.tar.gz
sha256 d856fde68828d52eb39df40e15ad5dc4efaa9a51d4121bcbfbe47fed2163d20a libutp-c95738b1a6644b919e5b64d3ea9736cfc5894e0b.tar.gz
sha256 73b400bf61dde52223dae1642205ca187f1a6b24a508dcce52bf386c27a0e58c LICENSE

View File

@ -4,10 +4,11 @@
#
################################################################################
LIBUTP_VERSION = 059c9449a104e440e4f913756a5f560dd4ae76a9
LIBUTP_VERSION = c95738b1a6644b919e5b64d3ea9736cfc5894e0b
LIBUTP_SITE = $(call github,transmission,libutp,$(LIBUTP_VERSION))
LIBUTP_LICENSE = MIT
LIBUTP_LICENSE_FILES = LICENSE
LIBUTP_INSTALL_STAGING = YES
LIBUTP_CONF_OPTS = -DLIBUTP_ENABLE_WERROR=OFF
$(eval $(cmake-package))