libxslt: Bump to 1.1.37

This commit is contained in:
Tee KOBAYASHI 2022-09-23 04:58:04 +09:00 committed by xtkoba
parent 7dbc6627f9
commit d10a2f3506
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="XSLT processing library"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=1.1
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.36
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.37
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/libxslt/${_MAJOR_VERSION}/libxslt-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=12848f0a4408f65b530d3962cd9ff670b6ae796191cfeff37522b5772de8dc8e
TERMUX_PKG_SHA256=3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-python"
TERMUX_PKG_DEPENDS="libxml2, libgcrypt, libgpg-error, zlib"
TERMUX_PKG_BREAKS="libxslt-dev"