meson build system: Update from 0.52.0 to 0.52.1

This commit is contained in:
Fredrik Fornwall 2019-12-01 17:59:39 +01:00
parent 5f2d338b84
commit 64c43ced87
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
termux_setup_meson() {
termux_setup_ninja
local MESON_VERSION=0.52.0
local MESON_VERSION=0.52.1
local MESON_FOLDER=$TERMUX_COMMON_CACHEDIR/meson-$MESON_VERSION-v1
if [ ! -d "$MESON_FOLDER" ]; then
local MESON_TAR_NAME=meson-$MESON_VERSION.tar.gz
@ -9,7 +9,7 @@ termux_setup_meson() {
termux_download \
"https://github.com/mesonbuild/meson/releases/download/$MESON_VERSION/meson-$MESON_VERSION.tar.gz" \
"$MESON_TAR_FILE" \
d60f75f0dedcc4fd249dbc7519d6f3ce6df490033d276ef1cf27453ef4938d32
0c277472e49950a5537e3de3e60c57b80dbf425788470a1a8ed27446128fc035
tar xf "$MESON_TAR_FILE" -C "$TERMUX_PKG_TMPDIR"
# Avoid meson stripping away DT_RUNPATH, see
# (https://github.com/NetBSD/pkgsrc/commit/2fb2c013715a6374b4e2d1f8e9f2143e827f0f64