From b174dcb1b0924042e43dca2603059c80def152a3 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 10 Feb 2021 15:00:59 +0200 Subject: [PATCH] unstable-repo: primary host is now on IPFS --- 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 aa8db8061..7d8cdfb73 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=5.0 +TERMUX_PKG_VERSION=6.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://unstable.termux-mirror.ml unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list + echo "deb https://ipfs.io/ipns/k51qzi5uqu5dj05z8mr958kwvrg7a0wqouj5nnoo5uqu1btnsljvpznfaav9nk unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list } termux_step_create_debscripts() {