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="ae470fec429775653e042015edc928d07c8c3b2fc59765172a330d3d87785f86"
SRC_NAME="bc"
SRC_URL="https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.gz"
SRC_URL="https://linux.maple.camp/mirror/bc-1.08.2.tar.gz"
SRC_VERSION="1.08.2"
build() {
@@ -14,4 +14,4 @@ build() {
# the sole purpose of building bc. ~ahill
make -O -j $TT_PROCS MAKEINFO=true
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR MAKEINFO=true
}
}