libx11: Use mirror for source url

maybe temporarily, due to bad responsiveness of the original.
This commit is contained in:
Tee KOBAYASHI 2023-01-18 11:48:04 +09:00 committed by xtkoba
parent 031c5a6d5f
commit e529d1becb
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ TERMUX_PKG_LICENSE_FILE="COPYING"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.8.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libX11-${TERMUX_PKG_VERSION}.tar.xz
#TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libX11-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SRCURL=https://ftp-osl.osuosl.org/pub/gentoo/distfiles/libX11-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=e31565c84006b6b8e01dc9399c806085739710bc2db2e0930f1511ed9d6585bd
TERMUX_PKG_DEPENDS="libandroid-support, libxcb"
TERMUX_PKG_BUILD_DEPENDS="xorgproto, xorg-util-macros, xtrans"