From 477bd6650bdb72216f92c4a4b712e8fe04035649 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 1 Mar 2020 19:34:10 +0200 Subject: [PATCH] glib: update to 2.64.0 --- packages/glib/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/glib/build.sh b/packages/glib/build.sh index c507b3174..d37be9293 100644 --- a/packages/glib/build.sh +++ b/packages/glib/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/glib/ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and applications written in C" TERMUX_PKG_LICENSE="LGPL-2.1" -TERMUX_PKG_VERSION=2.62.5 +TERMUX_PKG_VERSION=2.64.0 TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib/${TERMUX_PKG_VERSION:0:4}/glib-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=b8d1cdafa46658b63d7512efbe2cd21bd36cd7be83140e44930c47b79f82452e +TERMUX_PKG_SHA256=e5e514e47d169cdb4111c3ea4af0300e1b1a5f428a474d2d7ddadf38dd061280 # libandroid-support to get langinfo.h in include path. TERMUX_PKG_DEPENDS="libffi, libiconv, pcre, libandroid-support, zlib" TERMUX_PKG_BREAKS="glib-dev"