Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

30 lines
932 B
JSON

{
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL3",
"version": "1.16.3",
"architecture": {
"64bit": {
"url": [
"https://eternallybored.org/misc/wget/wget-1.16.3-win64.zip",
"http://curl.haxx.se/ca/cacert.pem"
],
"hash": [
"85e5393ffd473f7bec40b57637fd09b6808df86c06f846b6885b261a8acac8c5",
""
]
},
"32bit": {
"url": [
"https://eternallybored.org/misc/wget/wget-1.16.3-win32.zip",
"http://curl.haxx.se/ca/cacert.pem"
],
"hash": [
"2ef82af3070abfdaf3862baff0bffdcb3c91c8d75e2f02c8720d90adb9d7a8f7",
""
]
}
},
"bin": "wget.exe",
"post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default"
}