mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 18:01:19 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://eternallybored.org/misc/wget/",
|
|
"license": "GPL3",
|
|
"version": "1.19.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://eternallybored.org/misc/wget/releases/wget-1.19.2-win64.zip"
|
|
],
|
|
"hash": [
|
|
"34d76a8a75315ccacf9fdd6f0d928b663f74d8ff641de3bbc822f704b82e57ad"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://eternallybored.org/misc/wget/releases/wget-1.19.2-win32.zip"
|
|
],
|
|
"hash": [
|
|
"2350a4391c6c3b666b6aaf11842009869fba1deae1dfbf4c005e2dc135c69148"
|
|
]
|
|
}
|
|
},
|
|
"bin": "wget.exe",
|
|
"depends": "cacert",
|
|
"post_install": "\"ca_certificate=$(appdir cacert)\\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"
|
|
}
|
|
}
|
|
}
|
|
}
|