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
This commit is contained in:
Rémy 2017-01-01 13:40:59 +01:00
parent cae6dd6980
commit ef39dfd5ed

View File

@ -1,6 +1,6 @@
{ {
"homepage": "http://curl.haxx.se/", "homepage": "http://curl.haxx.se/",
"version": "7.52.0", "version": "7.52.1",
"licence": "MIT", "licence": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -15,6 +15,15 @@
"bin": "curl.exe", "bin": "curl.exe",
"checkver": { "checkver": {
"url": "https://curl.haxx.se/download.html", "url": "https://curl.haxx.se/download.html",
"re": "<a href=\"https://bintray\\.com/artifact/download/vszakats/generic/curl-([\\d.]+)-win64-mingw\\.7z\">" "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"
}
} }
} }