html-xml-utils: Bump to 8.0

This commit is contained in:
Yaksh Bariya 2021-07-29 19:07:05 +05:30
parent 6ae16019fd
commit 8c70112f81
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@ TERMUX_PKG_DESCRIPTION="A number of simple utilities for manipulating HTML and X
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="COPYING"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=7.9
TERMUX_PKG_VERSION=8.0
TERMUX_PKG_SRCURL=https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d86ac96ea660316bef814c17b2a96d54cdf91c69e59614459865c2bfdaee433f
TERMUX_PKG_SHA256=749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
TERMUX_PKG_DEPENDS="libcurl, libidn2"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
aclocal
automake
}