2019-03-18 11:38:05 +01:00

30 lines
1.1 KiB
JSON

{
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL-3.0",
"version": "1.20",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20-win64.zip",
"hash": "2414cc1c00140c0773a7933dd517cf99c462a034101a002277656fff3240ec23"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20-win32.zip",
"hash": "96d7dfe0467a7ca9d443792dd58da93fe550a91a4d6184a07087b48362bfd6f8"
}
},
"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"
}
}
}
}