Browse Source

Merge pull request #5371 from MikePetullo/libsoup

libsoup: update to 2.60.2
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
a1f960f2fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/libsoup/Makefile

+ 3
- 3
libs/libsoup/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsoup
PKG_VERSION:=2.54.1
PKG_VERSION:=2.60.2
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.54
PKG_HASH:=47b42c232034734d66e5f093025843a5d8cc4b2357c011085a2fd04ef02dd633
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.60
PKG_HASH:=7263cfe18872e2e652c196f5667e514616d9c97c861dfca82a65a55f45f0da01
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save