summaryrefslogtreecommitdiff
path: root/repo/util
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/util
parentdec952fe033386edc3eb34b0f17edde6683eae65 (diff)
made bash and xz use tarball sources
Diffstat (limited to 'repo/util')
-rw-r--r--repo/util/bash.xibuild3
1 files changed, 2 insertions, 1 deletions
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 () {