2018-01-21 13:00:37 +00:00

38 lines
1.2 KiB
JSON

{
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL3",
"version": "1.19.3",
"architecture": {
"64bit": {
"url": [
"https://eternallybored.org/misc/wget/releases/wget-1.19.3-win64.zip"
],
"hash": [
"7e666399afd18283770da20e04ae825b218f22eccc49ef9ab6ecba2820029b56"
]
},
"32bit": {
"url": [
"https://eternallybored.org/misc/wget/releases/wget-1.19.3-win32.zip"
],
"hash": [
"d62e351e322948cdb989980d3a8b5fe16249525a77d15c1cf902c5f7317aea24"
]
}
},
"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"
}
}
}
}