Update repo

This commit is contained in:
termux-pacman-bot
2023-03-08 06:35:11 +00:00
parent 51414c14ae
commit 74fed7f886

View File

@@ -1,6 +1,6 @@
termux_setup_meson() {
termux_setup_ninja
local MESON_VERSION=1.0.0
local MESON_VERSION=1.0.1
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" \
aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05
d926b730de6f518728cc7c57bc5e701667bae0c3522f9e369427b2cc7839d3c1
tar xf "$MESON_TAR_FILE" -C "$TERMUX_PKG_TMPDIR"
shopt -s nullglob
local f