h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

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"
}
}
}
}