fix m4 url version via local variable
This commit is contained in:
parent
3e8dd5cc92
commit
428d89923d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue