Skip to content

Commit

Permalink
archlinux: remove unused tarball urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent 6cd6f32 commit fded010
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions distro-build/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ write_plugin() {
TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/archlinux-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
TARBALL_URL['arm']="${GIT_RELEASE_URL}/archlinux-arm-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['arm']="$(sha256sum "${ROOTFS_DIR}/archlinux-arm-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
TARBALL_URL['i686']="${GIT_RELEASE_URL}/archlinux-i686-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['i686']="$(sha256sum "${ROOTFS_DIR}/archlinux-i686-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
TARBALL_URL['x86_64']="${GIT_RELEASE_URL}/archlinux-x86_64-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['x86_64']="$(sha256sum "${ROOTFS_DIR}/archlinux-x86_64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
EOF

distro_setup() {
Expand Down
4 changes: 0 additions & 4 deletions distro-plugins/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download
TARBALL_SHA256['aarch64']="ffad3d535bf5172fe379fd68de4353e0951cd3e67b255cec6440e962a7d2bb4f"
TARBALL_URL['arm']="https://github.com/termux/proot-distro/releases/download/v3.10.0/archlinux-arm-pd-v3.10.0.tar.xz"
TARBALL_SHA256['arm']="5643e2835061d93bfe6de13de607bebd33dd75eb97b32866ac5c29dff37521dd"
TARBALL_URL['i686']="https://github.com/termux/proot-distro/releases/download/v3.10.0/archlinux-i686-pd-v3.10.0.tar.xz"
TARBALL_SHA256['i686']=""
TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v3.10.0/archlinux-x86_64-pd-v3.10.0.tar.xz"
TARBALL_SHA256['x86_64']=""

distro_setup() {
# Fix environment variables on login or su.
Expand Down

0 comments on commit fded010

Please sign in to comment.