Browse Source
Merge pull request #5609 from MikePetullo/libsoup
libsoup: update to 2.60.3
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
libs/libsoup/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libsoup |
|
|
|
PKG_VERSION:=2.60.2 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=2.60.3 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.60 |
|
|
|
PKG_HASH:=7263cfe18872e2e652c196f5667e514616d9c97c861dfca82a65a55f45f0da01 |
|
|
|
PKG_HASH:=1b0dc762f23abe4e0d29b77370e539fd35f31d8e8e0318d6ddccff395be68a22 |
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|