2022-03-12 20:28:03 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.21.3",
"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.3-win64.zip",
"hash": "370f873cc7834b7182feaa4d04638711880db1938cc7863099bafd53769d074f"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.3-win32.zip",
"hash": "3c5ab00abe38819a75d2e644dde66a851fc99524466f5aa627b490ac5f2767ea"
}
},
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",
"bin": "wget.exe",
"checkver": {
"url": "https://eternallybored.org/misc/wget/releases/?C=M;O=D",
"regex": ">wget-([\\d.-]+)-win64\\.zip"
},
"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"
}
}
}
}