diff --git a/packages/tree-sitter-vimdoc/build.sh b/packages/tree-sitter-vimdoc/build.sh index 20c604d28c..6356d796e7 100644 --- a/packages/tree-sitter-vimdoc/build.sh +++ b/packages/tree-sitter-vimdoc/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/neovim/tree-sitter-vimdoc TERMUX_PKG_DESCRIPTION="Tree-sitter parser for Vim help files" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="3.0.0" -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION="3.0.1" TERMUX_PKG_SRCURL=https://github.com/neovim/tree-sitter-vimdoc/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=a639bf92bf57bfa1cdc90ca16af27bfaf26a9779064776dd4be34c1ef1453f6c +TERMUX_PKG_SHA256=76b65e5bee9ff78eb21256619b1995aac4d80f252c19e1c710a4839481ded09e TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE='newest-tag' TERMUX_PKG_BUILD_IN_SRC=true