-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconan.json
30 lines (30 loc) · 1.13 KB
/
conan.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
{
"version": "2.14.0",
"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/2.14.0/conan-2.14.0-windows-x86_64.zip",
"hash": "5eb23df782ee3fc5accded4b5ddac23feb308d8f588c2d9574bcb6f65a0ef19c"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.14.0/conan-2.14.0-windows-i686.zip",
"hash": "588d6e6e5df8098fbfb483823ff099ab332d8c6af233e7f9ebf2d5c46936ea4c"
}
},
"bin": "conan.exe",
"checkver": {
"github": "https://github.com/conan-io/conan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-i686.zip"
}
}
}
}