From feb3a3aabc8650d9afbcac5b927bd090bb5d9f82 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 23 May 2019 03:28:15 +0300 Subject: [PATCH] glib: update to 2.60.3 %ci:reset-backlog --- packages/glib/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/glib/build.sh b/packages/glib/build.sh index ed3f2a8a1..658bba99b 100644 --- a/packages/glib/build.sh +++ b/packages/glib/build.sh @@ -1,10 +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.60.2 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SHA256=2ef15475060addfda0443a7e8a52b28a10d5e981e82c083034061daf9a8f80d9 +TERMUX_PKG_VERSION=2.60.3 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=04ab0d560d45790d055f50db2d69974eab8b693a77390075462c56e652b760b9 # libandroid-support to get langinfo.h in include path. TERMUX_PKG_DEPENDS="libffi, libiconv, pcre, libandroid-support, zlib" TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc lib/locale share/glib-2.0/gettext share/gdb/auto-load share/glib-2.0/codegen share/glib-2.0/gdb bin/gtester-report bin/glib-gettextize bin/gdbus-codegen"