unstable-repo: switch to API 24 URL

This commit is contained in:
Leonid Pliushch 2019-03-11 17:29:21 +02:00
parent 8a7590a183
commit 0d6a96818b
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ 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 Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_VERSION=2.0
TERMUX_PKG_DEPENDS="termux-keyring"
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install() {
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
echo "deb https://dl.bintray.com/xeffyr/unstable-packages-21 unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list
echo "deb https://dl.bintray.com/xeffyr/unstable-packages-24 unstable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/unstable.list
}
termux_step_create_debscripts() {