diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-09-12 01:06:08 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-09-12 01:06:08 +0200 |
commit | d5c41263607db5bf4ebdd70151b8db7e0a54b719 (patch) | |
tree | 4254b2a05b023cd2df37313d0544a1ab2f2d9efc | |
parent | 2b1eb9c9c575c7c84aa3df50d3bf9d9d3cabe5bd (diff) |
glib2: update to 2.53.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-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 1ece7004b..1e37ee219 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.53.6 +PKG_VERSION:=2.53.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.53 -PKG_HASH:=e01296a9119c09d2dccb37ad09f5eaa1e0c5570a473d8fed04fc759ace6fb6cc +PKG_HASH:=028efbf6df4d88d7725314456524b923169f4d4f8503347194b2baf2222f3e33 PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 |