mirror of
https://github.com/termux/proot-distro.git
synced 2025-02-23 00:26:58 +00:00
11 lines
661 B
Bash
11 lines
661 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="Rocky Linux"
|
|
DISTRO_COMMENT="Version 9.5"
|
|
|
|
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.20.0/rocky-aarch64-pd-v4.20.0.tar.xz"
|
|
TARBALL_SHA256['aarch64']="687ba6987186e34db6330edba13f419c0afe3fea602cd9ce7a6a5dafa423740c"
|
|
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.20.0/rocky-x86_64-pd-v4.20.0.tar.xz"
|
|
TARBALL_SHA256['x86_64']="b3fc30dd204f893cec3871d2077d3ac03eaf6504f803a298baba1b4bb23481a1"
|