termux_setup_meson: bump to 1.2.2

This commit is contained in:
Chongyun Lee 2023-10-18 14:50:30 +08:00 committed by Uchiha Kakashi
parent 8ccb420a1a
commit 3811f2205c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
termux_setup_meson() {
termux_setup_ninja
local MESON_VERSION=1.1.0
local MESON_VERSION=1.2.2
local MESON_FOLDER
if [ "${TERMUX_PACKAGES_OFFLINE-false}" = "true" ]; then
@ -16,7 +16,7 @@ termux_setup_meson() {
termux_download \
"https://github.com/mesonbuild/meson/releases/download/$MESON_VERSION/meson-$MESON_VERSION.tar.gz" \
"$MESON_TAR_FILE" \
d9616c44cd6c53689ff8f05fc6958a693f2e17c3472a8daf83cee55dabff829f
4a0f04de331fbc7af3b802a844fc8838f4ccd1ded1e792ba4f8f2faf8c5fe4d6
tar xf "$MESON_TAR_FILE" -C "$TERMUX_PKG_TMPDIR"
shopt -s nullglob
local f