-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcurl@7.76.1.json
33 lines (33 loc) · 1.19 KB
/
curl@7.76.1.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
{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.76.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.se/windows/dl-7.76.1_3/curl-7.76.1_3-win64-mingw.zip",
"hash": "sha256:7bb11c6477bfa56f8482b300cd2bd44219dff1be6b332ec8dfa16606a574c4b8",
"extract_dir": "curl-7.76.1-win64-mingw"
},
"32bit": {
"url": "https://curl.se/windows/dl-7.76.1_3/curl-7.76.1_3-win32-mingw.zip",
"hash": "sha256:f205d1951e635f7024cccc1570cdad39d69152e408e55aa5cc4bd182f3b74401",
"extract_dir": "curl-7.76.1-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})" }
}
}