diff options
author | Peter Wagner <tripolar@gmx.at> | 2016-02-22 22:23:31 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2016-02-22 22:23:31 +0100 |
commit | 59e8dcf186925f373bc7798553a9cc36517697c0 (patch) | |
tree | 0fa43ca9bf7bab272ca32abb52b67cf0b918a206 | |
parent | 00a5339e7e9cd968835e51002efa063ee4894ba8 (diff) |
glib2: fix download path
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-rw-r--r-- | libs/glib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 89a00f5f9..583828b93 100644 --- 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 |