feat(mdbook-open-on-gh): enable auto-update, upgrade to 2.0.2

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-18 16:30:55 +05:30
parent b50a61bb01
commit 568c5420e2
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-open-on-gh
TERMUX_PKG_DESCRIPTION="A preprocessor for mdbook to add a open-on-github link on every page"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.0.1
TERMUX_PKG_VERSION=2.0.2
TERMUX_PKG_SRCURL=https://github.com/badboy/mdbook-open-on-gh.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