feat(mdbook-toc): enable auto-update, upgrade to 0.8.0

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-18 16:30:20 +05:30
parent 7e8fbdb179
commit b50a61bb01
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
1 changed files with 2 additions and 1 deletions

View File

@ -2,10 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://github.com/badboy/mdbook-toc
TERMUX_PKG_DESCRIPTION="A preprocessor for mdbook to add inline Table of Contents support"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.0
TERMUX_PKG_VERSION=0.8.0
TERMUX_PKG_SRCURL=https://github.com/badboy/mdbook-toc.git
TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
termux_step_make() {
termux_setup_rust