mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
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": "9dea6d658ab14a77958233a116a86bc2f5adb1feb425848d58f918d354bdd1ea"
|
|
},
|
|
"32bit": {
|
|
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip",
|
|
"hash": "4ac00c798d9ef6a394a0442607e0961de75bc6abf8fa36dbdea381eb0e93a0ab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|