diff --git a/configure.ac b/configure.ac index 89c195a..4b15bcf 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl along with termux-tools. If not, see dnl . AC_PREREQ([2.69]) -AC_INIT([termux-tools], [1.41.1], [support@termux.dev]) +AC_INIT([termux-tools], [1.41.2], [support@termux.dev]) AM_INIT_AUTOMAKE([foreign]) diff --git a/mirrors/Makefile.am b/mirrors/Makefile.am index df62c79..e1a93b6 100644 --- a/mirrors/Makefile.am +++ b/mirrors/Makefile.am @@ -4,7 +4,8 @@ pkgdata_MIRRORS = default # Mirrors in Asia (excl. China and Russia) pkgdata_ASIA_MIRRORS = mirror.albony.xyz mirror.bardia.tech \ mirrors.cbrx.io linux.domainesia.com mirror.nevacloud.com \ -mirror.textcord.xyz tmx.xvx.my.id mirrors.nguyenhoang.cloud +mirror.textcord.xyz tmx.xvx.my.id mirrors.nguyenhoang.cloud \ +mirror.freedif.org # Mirrors in China pkgdata_CHINA_MIRRORS = mirrors.tuna.tsinghua.edu.cn \ diff --git a/mirrors/asia/mirror.freedif.org b/mirrors/asia/mirror.freedif.org new file mode 100644 index 0000000..8e8224c --- /dev/null +++ b/mirrors/asia/mirror.freedif.org @@ -0,0 +1,6 @@ +# This file is sourced by pkg +# Mirror by karibu, hosted in Singapore +WEIGHT=1 +MAIN="https://mirror.freedif.org/termux/termux-main" +ROOT="https://mirror.freedif.org/termux/termux-root" +X11="https://mirror.freedif.org/termux/termux-x11"