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