html-xml-utils: Bump to 8.5

This commit is contained in:
Tee KOBAYASHI 2023-02-11 10:50:38 +09:00 committed by xtkoba
parent a838dc2b48
commit 7306888db2
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@ diff -uNr html-xml-utils-7.9/Makefile.am html-xml-utils-7.9.mod/Makefile.am
fopencookie.h\
class.c hash.c headers.c dict.c fopencookie.c
cexport_SOURCES = cexport.c
-hxcite_SOURCES = heap.c errexit.c hxcite.c
+hxcite_SOURCES = heap.c errexit.c hxcite.c hash.c
hxcount_SOURCES = hxcount.c html.y scan.l types.c errexit.c heap.c\
-hxcite_SOURCES = heap.c hxcite.c
+hxcite_SOURCES = heap.c hxcite.c hash.c
hxcount_SOURCES = hxcount.c html.y scan.l types.c heap.c\
openurl.c url.c connectsock.c headers.c dict.c\
fopencookie.h fopencookie.c
@@ -132,6 +132,7 @@

View File

@ -3,9 +3,9 @@ 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=8.4
TERMUX_PKG_VERSION=8.5
TERMUX_PKG_SRCURL=https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=41bb9b14e1f4cd6102e3f8dfb79e7146a24c09693869873165c421769a57d137
TERMUX_PKG_SHA256=f20a46ac4ed30d028cd78476e5f20f5e2917a95cb7bce7df7f17d8fb3e4f79e7
TERMUX_PKG_DEPENDS="libcurl, libidn2"
TERMUX_PKG_BUILD_IN_SRC=true