Mirrored ftp.gnu.org after being blocked

This commit is contained in:
Alexander Hill
2026-01-30 21:47:48 -05:00
parent 89f8c8c455
commit a917c798eb
16 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
SRC_HASH="39acf4b0371e9b110b60005562aace5b3631fed9b1bb9ecccfc7f56e58bb1d7f"
SRC_NAME="gettext"
SRC_URL="https://ftp.gnu.org/pub/gnu/gettext/gettext-0.26.tar.gz"
SRC_URL="https://linux.maple.camp/mirror/gettext-0.26.tar.gz"
SRC_VERSION="0.26"
build() {
@@ -10,4 +10,4 @@ build() {
./configure $TT_AUTOCONF_COMMON --disable-static --enable-year2038
make -O -j $TT_PROCS
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}
}