diff options
author | Enrico Mioso <mrkiko.rs@gmail.com> | 2018-07-01 22:46:05 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-07 18:19:39 +0200 |
commit | 231b0177fb235767e49cdee067b7db0ed2691548 (patch) | |
tree | 3fc1c310b4d4909f8cbc74f7c380a2b923919fe6 /package | |
parent | 8f60c3d57149a2bb04fde9798edc45d659ed7c17 (diff) | |
download | upstream-231b0177fb235767e49cdee067b7db0ed2691548.tar.gz upstream-231b0177fb235767e49cdee067b7db0ed2691548.tar.bz2 upstream-231b0177fb235767e49cdee067b7db0ed2691548.zip |
libconfig: update to version 1.7.2
The previous link did not work here.
Compile-tested on: bcm47xx
Runtime-tested on: bcm47xx
Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libconfig/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/libconfig/Makefile b/package/libs/libconfig/Makefile index fea00e2ef4..84ded21725 100644 --- a/package/libs/libconfig/Makefile +++ b/package/libs/libconfig/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libconfig -PKG_VERSION:=1.5 +PKG_VERSION:=1.7.2 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.hyperrealm.com/libconfig -PKG_HASH:=e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6 +PKG_SOURCE:=v$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/hyperrealm/libconfig/archive/ +PKG_HASH:=f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |