Rémy ef39dfd5ed update curl 7.52.1 (*) and add autoupdate support / add autoupdate $underscoreVersion (would be
7_52_1)

Currently winampplugins.co.uk serves the 7.52.1 binary in the file
called 7.52.0
2017-01-01 13:40:59 +01:00

30 lines
977 B
JSON

{
"homepage": "http://curl.haxx.se/",
"version": "7.52.1",
"licence": "MIT",
"architecture": {
"64bit": {
"url": "http://winampplugins.co.uk/curl/curl_7_52_0_openssl_nghttp2_x64.7z",
"hash": "aeaba94333c65817760299f3ddb13992f0ba79a71e19fc81504462788ebc705d"
},
"32bit": {
"url": "http://winampplugins.co.uk/curl/curl_7_52_0_openssl_nghttp2_x86.7z",
"hash": "e93d07bc54a7909af7533d829605668c98667153646fe5109222b69a0dd050fc"
}
},
"bin": "curl.exe",
"checkver": {
"url": "https://curl.haxx.se/download.html",
"re": "curl ([\\d.]+)"
},
"autoupdate": {
"url": {
"64bit": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x64.7z",
"32bit": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x86.7z"
},
"hash": {
"mode": "download"
}
}
}