From f12537d58705664484495f65ae4e5daabdd7e052 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 30 Apr 2021 20:32:41 +0300 Subject: [PATCH] unstable-repo: moving apt repo to Github Pages Same as with x11-packages, low traffic repositories have issues when my node is down because some packages are not being cached. --- packages/unstable-repo/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/unstable-repo/build.sh b/packages/unstable-repo/build.sh index 7d8cdfb73..a7d41c547 100644 --- a/packages/unstable-repo/build.sh +++ b/packages/unstable-repo/build.sh @@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/unstable-packages TERMUX_PKG_DESCRIPTION="Package repository containing new/unstable programs and libraries." TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=6.0 +TERMUX_PKG_VERSION=7.0 TERMUX_PKG_DEPENDS="termux-keyring" TERMUX_PKG_SKIP_SRC_EXTRACT=true TERMUX_PKG_PLATFORM_INDEPENDENT=true termux_step_make_install() { mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d - echo "deb https://ipfs.io/ipns/k51qzi5uqu5dj05z8mr958kwvrg7a0wqouj5nnoo5uqu1btnsljvpznfaav9nk unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list + echo "deb https://termux.com/unstable-packages-bin unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list } termux_step_create_debscripts() {