chore(main/ncdu): force disable auto updates [no ci]

Current version of the package is kept for compatbility with old programs. No updates are needed.
This is needed to avoid auto-updater script warnings.
This commit is contained in:
Twaik Yont 2023-10-20 16:38:31 +03:00 committed by GitHub
parent 0b43386dba
commit 24c902c4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ TERMUX_PKG_SRCURL=https://dev.yorhel.nl/download/ncdu-${TERMUX_PKG_VERSION}.tar.
TERMUX_PKG_SHA256=30363019180cde0752c7fb006c12e154920412f4e1b5dc3090654698496bb17d
TERMUX_PKG_DEPENDS="libandroid-support, ncurses"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-shell=$TERMUX_PREFIX/bin/bash"
TERMUX_PKG_AUTO_UPDATE=false