From 724ddd2f94599e96e92fc6c8eb86abf32ac212f6 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Mon, 24 Dec 2018 22:19:35 +0100 Subject: [PATCH] glib2: update to 2.58.2 Signed-off-by: Peter Wagner --- libs/glib2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index e69cc782c..426aa1e3a 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.58.1 -PKG_RELEASE:=2 +PKG_VERSION:=2.58.2 +PKG_RELEASE:=1 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) PKG_SOURCE_URL:=@GNOME/glib/2.58 -PKG_HASH:=97d6a9d926b6aa3dfaadad3077cfb43eec74432ab455dff14250c769d526d7d6 +PKG_HASH:=c7b24ed6536f1a10fc9bce7994e55c427b727602e78342821f1f07fb48753d4b PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1