build-package.sh: use meson 0.56.0

This commit is contained in:
Leonid Pliushch 2020-12-08 11:02:07 +00:00
parent ddb71cff08
commit 97b0f68ad8
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -1,6 +1,6 @@
termux_setup_meson() {
termux_setup_ninja
local MESON_VERSION=0.55.0
local MESON_VERSION=0.56.0
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" \
0a1ae2bfe2ae14ac47593537f93290fb79e9b775c55b4c53c282bc3ca3745b35
291dd38ff1cd55fcfca8fc985181dd39be0d3e5826e5f0013bf867be40117213
tar xf "$MESON_TAR_FILE" -C "$TERMUX_PKG_TMPDIR"
# Avoid meson stripping away DT_RUNPATH, see
# (https://github.com/NetBSD/pkgsrc/commit/2fb2c013715a6374b4e2d1f8e9f2143e827f0f64