-
Notifications
You must be signed in to change notification settings - Fork 4
34 lines (34 loc) · 1.12 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
34
{
"version": "1.20.5",
"description": "The open-source, decentralized C/C++ package manager.",
"homepage": "https://conan.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.20.5/conan-win-64_1_20_5.exe",
"hash": "d82c0e13a48bfef60cdf6005339be3e32bce86396a710a13ea000199489b8ff2"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.20.5/conan-win-32_1_20_5.exe",
"hash": "eaa1d7572806724c6f93c412689aaa8a53db16048b0b74604a3bc5cdceb1a515"
}
},
"innosetup": true,
"bin": [
"{app}\\conan\\conan.exe",
"{app}\\conan\\conan_build_info.exe",
"{app}\\conan\\conan_server.exe"
],
"checkver": { "github": "https://github.com/conan-io/conan/" },
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-64_$underscoreVersion.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32_$underscoreVersion.exe"
}
},
"hash": { "url": "https://dl.bintray.com/conan/installers/$basename.sha256" }
}
}