diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-06-12 20:32:26 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-06-12 20:32:26 +0200 |
commit | 29a059d79f38e14b2ec63a51463e5457cf04e459 (patch) | |
tree | c9b5ab4bdd8a48025b44019880cb3efa669af186 /libs/glib2 | |
parent | da48fc04179c259c8d5a31818a492de6cfcd7873 (diff) |
glib2: update to 2.52.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'libs/glib2')
-rw-r--r-- | libs/glib2/Makefile | 6 | ||||
-rw-r--r-- | libs/glib2/patches/001-automake-compat.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 9c8bac55c..ad9db494e 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 -PKG_VERSION:=2.50.3 +PKG_VERSION:=2.52.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.50 -PKG_HASH:=82ee94bf4c01459b6b00cb9db0545c2237921e3060c0b74cff13fbc020cfd999 +PKG_SOURCE_URL:=@GNOME/glib/2.52 +PKG_HASH:=f00e5d9e2a2948b1da25fcba734a6b7a40f556de8bc9f528a53f6569969ac5d0 PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 diff --git a/libs/glib2/patches/001-automake-compat.patch b/libs/glib2/patches/001-automake-compat.patch index 05c28ca15..19ea0ab26 100644 --- a/libs/glib2/patches/001-automake-compat.patch +++ b/libs/glib2/patches/001-automake-compat.patch @@ -1,6 +1,6 @@ --- a/gtk-doc.make +++ b/gtk-doc.make -@@ -282,7 +282,7 @@ uninstall-local: +@@ -277,7 +277,7 @@ uninstall-local: # # Require gtk-doc when making dist # |