Rémy a5c054ea9e Breaking, change autoupdate definition to use the same logic as the
architecture by the core / update the affected manifests / ability to
change extract_dir based on arch / add nssm autoupdate
2017-01-01 17:30:18 +01:00

34 lines
1.0 KiB
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": {
"architecture": {
"64bit": {
"url": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x64.7z"
},
"32bit": {
"url": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x86.7z"
}
},
"hash": {
"mode": "download"
}
}
}