2021-03-21 19:22:56 +08: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": "a56163475d344f9d78c28becf33015df468ddc6785c4b3d33c80095006cb5438"
},
"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"
}
}
}
}