Skip to content

Commit

Permalink
ubuntu: update plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent 6c6cb56 commit b45a9ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions distro-plugins/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
DISTRO_NAME="Ubuntu"
DISTRO_COMMENT="Standard release (mantic). Not available for x86 32-bit (i686) CPUs."

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v3.18.1/ubuntu-aarch64-pd-v3.18.1.tar.xz"
TARBALL_SHA256['aarch64']="7927d73d156da29b33e5724c4c6b0eb19245e61617f6550e46bedfd837656267"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v3.18.1/ubuntu-arm-pd-v3.18.1.tar.xz"
TARBALL_SHA256['arm']="a6a0bcefb9ad867ae5e3ac5aece8b179ba6ede32d835f15b871c9edac546f7d9"
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v3.18.1/ubuntu-x86_64-pd-v3.18.1.tar.xz"
TARBALL_SHA256['x86_64']="21453462fbd43e097eaeaa0c8055df2126e376baf2a868f7b7ea7a0fa67866e5"
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v3.18.1/ubuntu-aarch64-pd-v3.18.1-r2.tar.xz"
TARBALL_SHA256['aarch64']="dd2776587e28b40ab7a86d9e54006375b47eb78e57aabe6940ee57b57f37edb7"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v3.18.1/ubuntu-arm-pd-v3.18.1-r2.tar.xz"
TARBALL_SHA256['arm']="29c3cd9a6571ef272fb9a6997531419ecccbac5de8013ead1a9fd32641901d18"
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v3.18.1/ubuntu-x86_64-pd-v3.18.1-r2.tar.xz"
TARBALL_SHA256['x86_64']="e5251cc537b69d7941e8330443f8129703bfe491bcb402ffa69e086263fdc324"

0 comments on commit b45a9ea

Please sign in to comment.