lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 59e8dcf186925f373bc7798553a9cc36517697c0
parent 00a5339e7e9cd968835e51002efa063ee4894ba8
Author: Peter Wagner <tripolar@gmx.at>
Date:   Mon, 22 Feb 2016 22:23:31 +0100

glib2: fix download path

Signed-off-by: Peter Wagner <tripolar@gmx.at>

Diffstat:
Mlibs/glib2/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) -PKG_SOURCE_URL:=@GNOME/glib/2.44 +PKG_SOURCE_URL:=@GNOME/glib/2.46 PKG_MD5SUM:=7f815d6e46df68e070cb421ed7f1139e PKG_BUILD_PARALLEL:=1