forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurl.json
42 lines (42 loc) · 1.35 KB
/
curl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"homepage": "https://curl.haxx.se/",
"version": "7.54.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.54.1-win64-mingw.7z",
"hash": "15ed07d45d251d76b44a60c2efb75cc5dd19f082c11b3f80c6abdd50ddb8e235",
"extract_dir": "curl-7.54.1-win64-mingw"
},
"32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-7.54.1-win32-mingw.7z",
"hash": "6a2fffd8e72fa62e37d1ac171a7f58e7ae6c4b4d895f1015c5297a3d9707d5e0",
"extract_dir": "curl-7.54.1-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://api.bintray.com/packages/vszakats/generic/curl",
"jp": "$.latest_version"
},
"suggest": {
"cacert": [
"cacert"
]
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-$version-win64-mingw.7z",
"extract_dir": "curl-$version-win64-mingw"
},
"32bit": {
"url": "https://dl.bintray.com/vszakats/generic/curl-$version-win32-mingw.7z",
"extract_dir": "curl-$version-win32-mingw"
}
},
"hash": {
"url": "$url.sha256"
}
}
}