From 0f0896fbc6580c8473216e989f4ee29bf3e4af1a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Jan 2022 00:47:27 +0000 Subject: made bash and xz use tarball sources --- repo/util/bash.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/util') 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 () { -- cgit v1.2.1