diff --git a/lfs/pkgscripts/iproute2 b/lfs/pkgscripts/iproute2 index ddde06c..6dcba6d 100755 --- a/lfs/pkgscripts/iproute2 +++ b/lfs/pkgscripts/iproute2 @@ -7,7 +7,7 @@ set -e name=$(basename $0) version=4.18.0 -url=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.18.0.tar.xz +url=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-$version.tar.xz fetch $url diff --git a/lfs/pkgscripts/m4 b/lfs/pkgscripts/m4 index 825bd51..39e15db 100755 --- a/lfs/pkgscripts/m4 +++ b/lfs/pkgscripts/m4 @@ -7,7 +7,7 @@ set -e name=m4 version=1.4.18 -url=http://ftp.gnu.org/gnu/m4/m4-1.4.18.tar.xz +url=http://ftp.gnu.org/gnu/m4/m4-$version.tar.xz fetch $url diff --git a/lfs/pkgscripts/readline b/lfs/pkgscripts/readline index 389102c..ae92140 100755 --- a/lfs/pkgscripts/readline +++ b/lfs/pkgscripts/readline @@ -7,7 +7,7 @@ set -e name=readline version=7.0 -url=http://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz +url=http://ftp.gnu.org/gnu/readline/readline-$version.tar.gz fetch $url