chore(root/mtr): enable auto updates [no ci]

This commit is contained in:
Twaik Yont 2023-10-03 20:53:07 +03:00 committed by GitHub
parent e4c2539ad3
commit ed66dae8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.95
TERMUX_PKG_SRCURL=https://github.com/traviscross/mtr/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=12490fb660ba5fb34df8c06a0f62b4f9cbd11a584fc3f6eceda0a99124e8596f
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-gtk"