diff --git a/curl.json b/curl.json index 5866ab7e7b..c178c3073b 100644 --- a/curl.json +++ b/curl.json @@ -1,6 +1,6 @@ { "homepage": "http://curl.haxx.se/", - "version": "7.52.0", + "version": "7.52.1", "licence": "MIT", "architecture": { "64bit": { @@ -15,6 +15,15 @@ "bin": "curl.exe", "checkver": { "url": "https://curl.haxx.se/download.html", - "re": "" + "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" + } } }