package/libsoup: bump to version 2.74.2
Version 2.74.1 included a flurry of build fixes, while version 2.74.3 is able to detect whether the library is being loaded in a process where libsoup3 is also present. The latter will come in handy for migrating Buildroot to libsoup3. Release notes: https://ftp.gnome.org/pub/GNOME/sources/libsoup/2.74/libsoup-2.74.1.news https://ftp.gnome.org/pub/GNOME/sources/libsoup/2.74/libsoup-2.74.2.news Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9866182c39
commit
56ba3990c9
@ -1,4 +1,4 @@
|
||||
# From https://ftp.gnome.org/pub/GNOME/sources/libsoup/2.74/libsoup-2.74.0.sha256sum
|
||||
sha256 33b1d4e0d639456c675c227877e94a8078d731233e2d57689c11abcef7d3c48e libsoup-2.74.0.tar.xz
|
||||
# From https://ftp.gnome.org/pub/GNOME/sources/libsoup/2.74/libsoup-2.74.2.sha256sum
|
||||
sha256 f0a427656e5fe19e1df71c107e88dfa1b2e673c25c547b7823b6018b40d01159 libsoup-2.74.2.tar.xz
|
||||
# Locally calculated
|
||||
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LIBSOUP_VERSION_MAJOR = 2.74
|
||||
LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).0
|
||||
LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).2
|
||||
LIBSOUP_SOURCE = libsoup-$(LIBSOUP_VERSION).tar.xz
|
||||
LIBSOUP_SITE = http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_VERSION_MAJOR)
|
||||
LIBSOUP_LICENSE = LGPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user