diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-09-23 20:28:08 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-09-23 20:28:30 +0200 |
commit | 5757a045b280fc25bbf3ce66e4d1450f72f608f5 (patch) | |
tree | 5f0dec80d7e963b901b21ed36d10d991433a04e8 /libs/glib2 | |
parent | a462e7e02e5e2ed1685033bc2bf83da547aba5aa (diff) |
glib2: update to 2.56.3
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 f434d08b0..53f1c0f57 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.56.2 +PKG_VERSION:=2.56.3 PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) PKG_SOURCE_URL:=@GNOME/glib/2.56 -PKG_HASH:=d64abd16813501c956c4e123ae79f47f1b58de573df9fdd3b0795f1e2c1aa789 +PKG_HASH:=a9a4c5b4c81b6c75bc140bdf5e32120ef3ce841b7413214ecf5f987acec74cb2 PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 |