2020-02-05 15:01:57 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.22.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/1.22.0/conan-win-64_1_22_0.exe",
"hash": "16fab95b98485cfa226d9f87f77adb5411073e4d298219c3704d6e457e60b6fd"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.22.0/conan-win-32_1_22_0.exe",
"hash": "86f074a63de427fa25ecce43fd27c3fe251710dbe1f28813f19cfdf4e18b7b2e"
}
},
"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_$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"
}
}
}