2021-03-20 20:00:25 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.21.1",
"description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.",
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL-3.0-or-later",
"depends": "cacert",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-win64.zip",
"hash": "f0ffe6aaf61ccb4dbef8df7578fa061c8d6059ca72429dd25def6b64fe56b934"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-win32.zip",
"hash": "11782dc3e3fe6c56c2193453063f9f637f4462072c703ce17fcfbac86b1a7a49"
}
},
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",
"bin": "wget.exe",
"checkver": "<title>GNU Wget ([\\d.]+) for Windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-$version-win64.zip"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-$version-win32.zip"
}
}
}
}