summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/devel/gcc.xibuild2
-rw-r--r--repo/system/xz.xibuild5
-rw-r--r--repo/util/bash.xibuild3
3 files changed, 5 insertions, 5 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"
diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild
index 231a30f..df800de 100644
--- a/repo/system/xz.xibuild
+++ b/repo/system/xz.xibuild
@@ -4,9 +4,8 @@ MAKEDEPS=(make )
DEPS=(sh)
PKG_VER=5.2.5
-SOURCE=https://git.tukaani.org/xz.git
-BRANCH=v$PKG_VER
-DESC="a selection of programs for compressing and decompressing files with the lzma and xz compression formats"
+SOURCE=https://tukaani.org/xz/xz-$PKG_VER.tar.xz
+DESC="Tools for the lzma and xz compression formats"
build () {
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild
index 97a553a..051379f 100644
--- a/repo/util/bash.xibuild
+++ b/repo/util/bash.xibuild
@@ -3,7 +3,8 @@
MAKEDEPS=(make )
DEPS=(readline glibc ncurses)
-SOURCE=https://git.savannah.gnu.org/git/bash.git
+PKG_VER=5.1.16
+SOURCE=https://ftp.gnu.org/gnu/bash/bash-$PKG_VER.tar.gz
DESC="The free Bourne Again Shell"
build () {