chore(main/apt): use grimler.se mirror per default

Fosshost is decommissioning its service on August 28th, so lets use
the grimler.se until we have managed to set up a new repo, somewhere
else.
This commit is contained in:
Henrik Grimler 2022-08-24 09:30:24 +02:00
parent 68cb4b488c
commit aae307a643
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.5.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=cc5c374c2831c9e390d9c5f08029a81c3ca2b778abc0dd1426c81c657628fe9d
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed.
@ -72,10 +72,8 @@ termux_step_pre_configure() {
termux_step_post_make_install() {
{
echo "# The main termux repository, behind cloudflare cache:"
echo "# deb https://packages-cf.termux.dev/apt/termux-main/ stable main"
echo "# The main termux repository:"
echo "deb https://packages.termux.dev/apt/termux-main/ stable main"
echo "deb https://grimler.se/termux/termux-main/ stable main"
} > $TERMUX_PREFIX/etc/apt/sources.list
# apt-transport-tor