This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/wget/common.bash
2014-11-04 09:23:05 +00:00

15 lines
135 B
Bash

version=\
(
'1.16'
)
url=\
(
"http://ftp.gnu.org/gnu/wget/wget-$version.tar.xz"
)
md5=\
(
'fe102975ab3a6c049777883f1bb9ad07'
)