diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-08-20 20:46:41 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-08-20 20:46:41 +0200 |
commit | e63de7f7c4c3029a5d6213e52bab0e46d42f475e (patch) | |
tree | 9d82a5c5c4b1de92dc05b3d80c56ef43f3d43d49 /libs/glib2 | |
parent | 842afdca48891360a9222ed72c884e8458fb4f69 (diff) |
glib2: update to 2.53.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'libs/glib2')
-rw-r--r-- | libs/glib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index d0da41698..1ece7004b 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.53.5 +PKG_VERSION:=2.53.6 PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) PKG_SOURCE_URL:=@GNOME/glib/2.53 -PKG_HASH:=991421f41a4ed4cc1637e5f9db0d03fd236d2cbd19f3c5b097a343bec5126602 +PKG_HASH:=e01296a9119c09d2dccb37ad09f5eaa1e0c5570a473d8fed04fc759ace6fb6cc PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 |