Browse Source

libsoup: update to 2.72.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
19de6b765d
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      libs/libsoup/Makefile

+ 5
- 4
libs/libsoup/Makefile View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsoup
PKG_VERSION:=2.71.0
PKG_VERSION:=2.72.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.71
PKG_HASH:=88e24fad72d16e1cb692c8782688dbee4bf44151efb0d9ed25b14f3849d9896e
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.72
PKG_HASH:=170c3f8446b0f65f8e4b93603349172b1085fb8917c181d10962f02bb85f5387
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
PKG_LICENSE:=LGPL-2.1-or-later
@ -43,7 +43,8 @@ MESON_ARGS += \
-Dvapi=disabled \
-Dgtk_doc=false \
-Dtests=false \
-Dinstalled_tests=false
-Dinstalled_tests=false \
-Dsysprof=disabled
define package/libsoup/decription
Libsoup is an HTTP library implementation in C


Loading…
Cancel
Save