Revert json-glib update and bump kakoune and mbedtls on CI

This commit is contained in:
Butta 2020-09-03 01:21:12 +05:30
parent 710a1f7c9b
commit 1dc9bd49ab
3 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,10 @@
TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Projects/JsonGlib
TERMUX_PKG_DESCRIPTION="GLib JSON manipulation library"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.5.2
TERMUX_PKG_VERSION=1.4.4
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/json-glib/${TERMUX_PKG_VERSION:0:3}/json-glib-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=ad08438327b6106dc040c0581477bdf1cd3daaa5d285920cc768b8627f746666
TERMUX_PKG_SHA256=720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47
TERMUX_PKG_DEPENDS="glib"
TERMUX_PKG_BREAKS="json-glib-dev"
TERMUX_PKG_REPLACES="json-glib-dev"
@ -13,3 +14,9 @@ share/installed-tests
libexec/installed-tests
bin/
"
termux_step_pre_configure() {
# Remove configure wrapper around meson build which prevents
# meson setup in termux_step_configure.
rm configure
}