mirror of
https://github.com/termux/proot-distro.git
synced 2024-11-13 13:59:19 +00:00
13 lines
867 B
Bash
13 lines
867 B
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="Pardus"
|
|
DISTRO_COMMENT="Version 'yirmibir'."
|
|
|
|
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/pardus-aarch64-pd-v4.6.0.tar.xz"
|
|
TARBALL_SHA256['aarch64']="a549bed5384d13ee8ab353d64c2ed8ce1d311d0b2612c5a1cb9fe664f0650a37"
|
|
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v4.6.0/pardus-i686-pd-v4.6.0.tar.xz"
|
|
TARBALL_SHA256['i686']="e3b7c6e1eca99cbaa19f9a099c4c851ebb70852d444c0f30c7e6140c6260c9e3"
|
|
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/pardus-x86_64-pd-v4.6.0.tar.xz"
|
|
TARBALL_SHA256['x86_64']="d5e5b4a28dea46630d9308233bfa345785e28899fbda9672a1655224f3f9f0bf"
|