summaryrefslogtreecommitdiff
path: root/repo/devel/gcc.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-22 00:47:27 +0000
committerdavidovski <david@davidovski.xyz>2022-01-22 00:47:27 +0000
commit0f0896fbc6580c8473216e989f4ee29bf3e4af1a (patch)
tree851fd02c4380cd8d61f4e01a3c763bdd657353c9 /repo/devel/gcc.xibuild
parentdec952fe033386edc3eb34b0f17edde6683eae65 (diff)
made bash and xz use tarball sources
Diffstat (limited to 'repo/devel/gcc.xibuild')
-rw-r--r--repo/devel/gcc.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild
index 6e83fda..f18b57a 100644
--- a/repo/devel/gcc.xibuild
+++ b/repo/devel/gcc.xibuild
@@ -4,7 +4,7 @@ MAKEDEPS=(grep make )
DEPS=(glibc)
PKG_VER=11.2.0
-SOURCE=https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz
+SOURCE=https://ftp.gnu.org/gnu/gcc/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz
DESC="The GNU Compiler Collection - C and C++ frontends"