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="e236ea3a1ccf5f6c270b1c4bb60726f371fa49459a8eaaebc90b216b328daf2b"
SRC_NAME="m4"
SRC_URL="https://ftp.gnu.org/gnu/m4/m4-1.4.20.tar.xz"
SRC_URL="https://linux.maple.camp/mirror/m4-1.4.20.tar.xz"
SRC_VERSION="1.4.20"
build() {
@@ -10,4 +10,4 @@ build() {
./configure $TT_AUTOCONF_COMMON --enable-year2038
make -j $TT_PROCS
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}
}