mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 04:30:24 +00:00
Update repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user