mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
31 lines
1001 B
JSON
31 lines
1001 B
JSON
{
|
|
"homepage": "https://eternallybored.org/misc/wget/",
|
|
"license": "GPL3",
|
|
"version": "1.18",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://eternallybored.org/misc/wget/releases/wget-1.18-win64.zip",
|
|
"http://curl.haxx.se/ca/cacert.pem"
|
|
],
|
|
"hash": [
|
|
"1a0c1b5e4f2a62271c8881780e8949b5e5be0e022c993e0d4e654e5fb796f150",
|
|
""
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://eternallybored.org/misc/wget/releases/wget-1.18-win32.zip",
|
|
"http://curl.haxx.se/ca/cacert.pem"
|
|
],
|
|
"hash": [
|
|
"1e958d913fc1839b7cfb753db1d4f40c11a9b064e6ed3ca4876c0c406bce8735",
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"bin": "wget.exe",
|
|
"post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default",
|
|
"checkver": "<title>GNU Wget ([\\d.]+) for Windows"
|
|
}
|