Browse Source

glib: update to 2.64.1

master
Leonid Plyushch 5 years ago
parent
commit
4acd3f82fe
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/glib/build.sh

4
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.64.0
TERMUX_PKG_VERSION=2.64.1
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=e5e514e47d169cdb4111c3ea4af0300e1b1a5f428a474d2d7ddadf38dd061280
TERMUX_PKG_SHA256=17967603bcb44b6dbaac47988d80c29a3d28519210b28157c2bd10997595bbc7
# libandroid-support to get langinfo.h in include path.
TERMUX_PKG_DEPENDS="libffi, libiconv, pcre, libandroid-support, zlib"
TERMUX_PKG_BREAKS="glib-dev"

Loading…
Cancel
Save