From: W. Michael Petullo Date: Fri, 19 May 2023 16:32:39 +0000 (-0500) Subject: libsoup3: update to 2.6.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b9792544de73a0f1fa9022dc9a4f1313ab184fe8;p=feed%2Fpackages.git libsoup3: update to 2.6.4 Signed-off-by: W. Michael Petullo --- diff --git a/libs/libsoup3/Makefile b/libs/libsoup3/Makefile index b322cc8766..846d85d81a 100644 --- a/libs/libsoup3/Makefile +++ b/libs/libsoup3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsoup3 -PKG_VERSION:=3.2.2 +PKG_VERSION:=3.4.2 PKG_RELEASE:=1 PKG_SOURCE:=libsoup-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=@GNOME/libsoup/3.2 -PKG_HASH:=83673c685b910fb7d39f1f28eee5afbefb71c05798fc350ac3bf1b885e1efaa1 +PKG_SOURCE_URL:=@GNOME/libsoup/3.4 +PKG_HASH:=78c8fa37cb152d40ec8c4a148d6155e2f6947f3f1602a7cda3a31ad40f5ee2f3 PKG_BUILD_DIR:=$(BUILD_DIR)/libsoup-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo