mirror of
https://github.com/termux/proot-distro.git
synced 2024-11-13 12:49:19 +00:00
17 lines
1.3 KiB
Bash
17 lines
1.3 KiB
Bash
# This is a default distribution plug-in.
|
|
# Do not modify this file as your changes will be overwritten on next update.
|
|
# If you want customize installation, please make a copy.
|
|
DISTRO_NAME="Alpine Linux"
|
|
DISTRO_COMMENT="Rolling release branch (edge)."
|
|
|
|
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.16.0/alpine-aarch64-pd-v4.16.0.tar.xz"
|
|
TARBALL_SHA256['aarch64']="70370f107b2f00a2ddcd795482eb863c95c18032de3c96a64a9f61fe872c48fc"
|
|
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v4.16.0/alpine-arm-pd-v4.16.0.tar.xz"
|
|
TARBALL_SHA256['arm']="85c1657c2d1111769dd4c23c085a577dc96bcc4f07dd93f1a79e4d1392febf47"
|
|
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v4.16.0/alpine-i686-pd-v4.16.0.tar.xz"
|
|
TARBALL_SHA256['i686']="893730296dd33bce4dcb3457bb64460ef534a73f3fdab733d889d9f4fdfa76a4"
|
|
TARBALL_URL['riscv64']="https://github.com/termux/proot-distro/releases/download/v4.16.0/alpine-riscv64-pd-v4.16.0.tar.xz"
|
|
TARBALL_SHA256['riscv64']="a05619293c185f5c977811391d3ff2c81e07a1ab2648b0407cb8e08db3a892bb"
|
|
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.16.0/alpine-x86_64-pd-v4.16.0.tar.xz"
|
|
TARBALL_SHA256['x86_64']="4a4cf1c9cbe904978ff535e5343d17635c2160e613586c3a06682ca136a60313"
|