Skip to content

Commit

Permalink
update rootfs: alpine, manjaro, void
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 9, 2025
1 parent fd90343 commit 489e943
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions distro-plugins/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
DISTRO_NAME="Alpine Linux"
DISTRO_COMMENT="Rolling release branch (edge)."

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.17.3/alpine-aarch64-pd-v4.17.3.tar.xz"
TARBALL_SHA256['aarch64']="0fbb28671e65d5d939dfc9810595ee0898bf3d84530dde54b9022ad345e925d0"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v4.17.3/alpine-arm-pd-v4.17.3.tar.xz"
TARBALL_SHA256['arm']="91d096bf4e1718b84ed9581d327ae3aadd2de6bcf1633491de52398a425c67a2"
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v4.17.3/alpine-i686-pd-v4.17.3.tar.xz"
TARBALL_SHA256['i686']="ccf54fef613032e77422114e9393c0ac5b7620d170ebd7858c0dd93318883073"
TARBALL_URL['riscv64']="https://github.com/termux/proot-distro/releases/download/v4.17.3/alpine-riscv64-pd-v4.17.3.tar.xz"
TARBALL_SHA256['riscv64']="55250e0edf10f442b1c2665b5d710417102f437d5fabeee27a3167948e084778"
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.17.3/alpine-x86_64-pd-v4.17.3.tar.xz"
TARBALL_SHA256['x86_64']="47dca037a3068b89a2397930cf522c80bde767550b3a6133705c7eebf63535bb"
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.18.0/alpine-aarch64-pd-v4.18.0.tar.xz"
TARBALL_SHA256['aarch64']="8feadfb2587eaff1a90aa75c49179dcfad18fd529aa5192a4f7e0da7bbe0e547"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v4.18.0/alpine-arm-pd-v4.18.0.tar.xz"
TARBALL_SHA256['arm']="00b52dbb681b7946a080627310b396e493403780151908b755172d087992fe4a"
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v4.18.0/alpine-i686-pd-v4.18.0.tar.xz"
TARBALL_SHA256['i686']="e223686fa2a8dc91eeb63eb4efe4fbcec28a52511dd64eaa3dbae496ef843add"
TARBALL_URL['riscv64']="https://github.com/termux/proot-distro/releases/download/v4.18.0/alpine-riscv64-pd-v4.18.0.tar.xz"
TARBALL_SHA256['riscv64']="c468af62e33b65dc7ec3b13b226a4e517596a0c645a505350a1adbdd2229592c"
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.18.0/alpine-x86_64-pd-v4.18.0.tar.xz"
TARBALL_SHA256['x86_64']="29b6781c5d510a32881987a83558b861708d35331d55c55ea721f14fb9305cf1"
4 changes: 2 additions & 2 deletions distro-plugins/manjaro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
DISTRO_NAME="Manjaro"
DISTRO_COMMENT="Manjaro ARM64 port."

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.14.1/manjaro-aarch64-pd-v4.14.1.tar.xz"
TARBALL_SHA256['aarch64']="4045baff1c137a6f37398c99f415e7bcaec9afdca2b8ed7d9045cebedc16f3a0"
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.18.0/manjaro-aarch64-pd-v4.18.0.tar.xz"
TARBALL_SHA256['aarch64']="f0aa5f70a4ccfe00f658bf9adc4a18d8332e894591839adb990d913c9aa604b9"

distro_setup() {
# Fix environment variables on login or su.
Expand Down
16 changes: 8 additions & 8 deletions distro-plugins/void.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# If you want customize installation, please make a copy.
DISTRO_NAME="Void Linux"

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/void-aarch64-pd-v4.6.0.tar.xz"
TARBALL_SHA256['aarch64']="423c73d0b3767477da5d763f01dfb1a8e5f8148468bcb0c86ca365a15dfeadc1"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v4.6.0/void-arm-pd-v4.6.0.tar.xz"
TARBALL_SHA256['arm']="728af450f28e4a562c8f7f57890aa0417b749ab5766c1107a9b57f075781f141"
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v4.6.0/void-i686-pd-v4.6.0.tar.xz"
TARBALL_SHA256['i686']="8fa3b582ebf6c06603b975f1f7a95bac0d0c971ce79caae4c68fd9b9dc39fd1e"
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/void-x86_64-pd-v4.6.0.tar.xz"
TARBALL_SHA256['x86_64']="12deb4ca4d9bfc7e612c8a4f4f6b719d9f6ab258c54db600aea31ab24e61a140"
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.18.0/void-aarch64-pd-v4.18.0.tar.xz"
TARBALL_SHA256['aarch64']="f19cb8c2f228f08e3dbebb47c800e46039e7d669e8a95507bbbad18c5d75f0f1"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v4.18.0/void-arm-pd-v4.18.0.tar.xz"
TARBALL_SHA256['arm']="6c38156bb2d32bbac62218adab9cda37b6689d467239397377525ffb2c053c29"
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v4.18.0/void-i686-pd-v4.18.0.tar.xz"
TARBALL_SHA256['i686']="7c1124732e673a912c6495e924f91233c1cc0aa13010eef3b7b306c098e11145"
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v4.18.0/void-x86_64-pd-v4.18.0.tar.xz"
TARBALL_SHA256['x86_64']="38183c84edf519f95ac728840b42b29505732b21a02570754d99aea743aa58a0"

distro_setup() {
# Set default shell to bash.
Expand Down

0 comments on commit 489e943

Please sign in to comment.