-
Notifications
You must be signed in to change notification settings - Fork 4
33 lines (33 loc) · 1.18 KB
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
{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.70.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.se/windows/dl-7.70.0/curl-7.70.0-win64-mingw.zip",
"hash": "sha256:e9c0fd84e685d2fedced794367089c09a230ff44948e0c363ab81702aab12426",
"extract_dir": "curl-7.70.0-win64-mingw"
},
"32bit": {
"url": "https://curl.se/windows/dl-7.70.0/curl-7.70.0-win32-mingw.zip",
"hash": "sha256:5b61f4592bafc14631bde12b0c6cfcf2e4d328507cb47cbefeb689269428bc77",
"extract_dir": "curl-7.70.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": { "url": "https://curl.haxx.se/windows/", "re": "Build<\\/b>:\\s+([\\d._]+)" },
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win32-mingw"
}
},
"hash": { "url": "$baseurl/hashes.txt", "find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})" }
}
}