sample build.sh: TERMUX_PKG_SHA256 is mandatory

See sources of function 'termux_download()' build-package.sh.
This commit is contained in:
Leonid Pliushch 2019-02-12 14:28:19 +02:00
parent 63eff4e678
commit 25c5118cda
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ TERMUX_PKG_RECOMMENDS= # Packages that are recommended to be installed in additi
TERMUX_PKG_REPLACES= # Packaged that are not required anymore with this package.
TERMUX_PKG_REVISION= # Bump after a fix within Termux.
TERMUX_PKG_RM_AFTER_INSTALL= # Remove the files after make install or equivalent.
TERMUX_PKG_SHA256= # STRONGLY RECOMMENDED for any downloads. Prevents unauthorised changes during download.
TERMUX_PKG_SHA256= # REQUIRED. Prevents unauthorised changes during download.
TERMUX_PKG_SKIP_SRC_EXTRACT= # No need to extract from archive.
TERMUX_PKG_SRCURL= # The URL of source archive.
TERMUX_PKG_SUGGESTS= # Packages that may be installed in addition.