From ce21ff208d93041daee9259c53fbd600c906eebb Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sun, 19 Sep 2021 12:10:40 +0000 Subject: [PATCH] asciidoc: update to 9.1.1 This commit has been automatically submitted by Github Actions. --- packages/asciidoc/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/asciidoc/build.sh b/packages/asciidoc/build.sh index 11b297a7d..ff33d60a2 100644 --- a/packages/asciidoc/build.sh +++ b/packages/asciidoc/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://asciidoc.org TERMUX_PKG_DESCRIPTION="Text document format for short documents, articles, books and UNIX man pages." TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=9.1.0 +TERMUX_PKG_VERSION=9.1.1 TERMUX_PKG_SRCURL=https://github.com/asciidoc/asciidoc-py3/archive/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=5056c20157349f8dc74f005b6e88ccbf1078c4e26068876f13ca3d1d7d045fe7 +TERMUX_PKG_SHA256=914dfc1542c30bd47faa0aaaae0985cb57d0ca584015729ccd1b94d90da3a616 TERMUX_PKG_DEPENDS="docbook-xsl, libxml2-utils, python, xsltproc" TERMUX_PKG_SUGGESTS="w3m" TERMUX_PKG_BUILD_IN_SRC=true