mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
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:
parent
cae6dd6980
commit
ef39dfd5ed
13
curl.json
13
curl.json
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user