Merge pull request #2 from avmaisak/dev

Fixes. Added version variable in some packages
This commit is contained in:
Emmett1 2019-01-10 16:46:16 +00:00 committed by GitHub
commit d05fc1288e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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