Update repo

This commit is contained in:
termux-actions[bot]
2022-02-26 08:49:21 +00:00
parent 3ce54c65fe
commit 074b087d14

View File

@@ -1,5 +1,5 @@
termux_setup_zig() {
local ZIG_VERSION=0.9.0
local ZIG_VERSION=0.9.1
local ZIG_FOLDER
if [ "${TERMUX_PACKAGES_OFFLINE-false}" = "true" ]; then
@@ -14,7 +14,7 @@ termux_setup_zig() {
local ZIG_TARBALL=$TERMUX_PKG_TMPDIR/zig-$ZIG_VERSION.zip
termux_download https://ziglang.org/download/$ZIG_VERSION/zig-linux-x86_64-$ZIG_VERSION.tar.xz \
"$ZIG_TARBALL" \
5c55344a877d557fb1b28939785474eb7f4f2f327aab55293998f501f7869fa6
be8da632c1d3273f766b69244d80669fe4f5e27798654681d77c992f17c237d7
tar xf "$ZIG_TARBALL" -C "$ZIG_FOLDER" --strip-components=1
fi
export PATH=$ZIG_FOLDER:$PATH