From: Fredrik Fornwall Date: Thu, 12 May 2016 20:41:56 +0000 (-0400) Subject: glib: Update from 2.48.0 to 2.48.1 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/6c209430f1da53635692bced396614bd1d083a7b?hp=3445cfbd7b038d441b2f11a853e8b7110ed2f14c glib: Update from 2.48.0 to 2.48.1 --- diff --git a/packages/glib/build.sh b/packages/glib/build.sh index af5fa537..94025527 100755 --- a/packages/glib/build.sh +++ b/packages/glib/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://developer.gnome.org/glib/ TERMUX_PKG_DESCRIPTION="Library providing core building blocks for libraries and applications written in C" _TERMUX_GLIB_MAJOR_VERSION=2.48 -TERMUX_PKG_VERSION=${_TERMUX_GLIB_MAJOR_VERSION}.0 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=${_TERMUX_GLIB_MAJOR_VERSION}.1 TERMUX_PKG_SRCURL=http://ftp.gnome.org/pub/gnome/sources/glib/${_TERMUX_GLIB_MAJOR_VERSION}/glib-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="libffi, pcre"