mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.40.2",
|
|
"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.40.2/conan-win-64.exe",
|
|
"hash": "fdd9af5a568225a1d22779f6426fd520208e184e948583d1d3f423f66b086fa2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/1.40.2/conan-win-32.exe",
|
|
"hash": "7e0673518139b03b31251542704df388073c2698dc046bef741f49d6fb99b4ce"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"conan\\conan.exe",
|
|
"conan\\conan_build_info.exe",
|
|
"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.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|