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

20 lines
705 B
JSON

{
"homepage": "http://curl.haxx.se/",
"version": "7.39.0",
"licence": "MIT",
"architecture": {
"64bit": {
"url": "http://www.confusedbycode.com/curl/curl-7.39.0-win64.zip",
"hash": "946c3ab2625b9352a846e493319978b1ef2818173c711ed8b1bb8c0e04189ee4",
"extract_dir": "curl-7.39.0-win64"
},
"32bit": {
"url": "http://www.confusedbycode.com/curl/curl-7.39.0-win32.zip",
"hash": "e97a78dc97ece670580cccf735a5ec048513da0a9ba5135d4ae227b7cde68dba",
"extract_dir": "curl-7.39.0-win32"
}
},
"bin": "bin/curl.exe",
"checkver": "The most recent stable version is\\s*<b>([0-99\\.]+)"
}