mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://eternallybored.org/misc/wget/",
|
|
"license": "GPL-3.0",
|
|
"version": "1.20.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip",
|
|
"hash": "7ef40a647a153accbfb8cd79b3d9e3bf8ac1bab95b704176e3172589285a13de"
|
|
},
|
|
"32bit": {
|
|
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip",
|
|
"hash": "021f547baca74fca939d50951ce967502d160a7502f02fab706f9293e1475fb8"
|
|
}
|
|
},
|
|
"bin": "wget.exe",
|
|
"depends": "cacert",
|
|
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|