Mitchell Skaggs 69181484ba
conan: Update shims (#4504)
* Update conan.json

Closes https://github.com/ScoopInstaller/Main/issues/4503

* Update conan.json
2023-03-05 11:39:20 +05:30

32 lines
1.1 KiB
JSON

{
"version": "2.0.1",
"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.0.1/conan-win-64.exe",
"hash": "9f10fd97636851f5a5efc23d37f03b17611a70196572c3b5891ee7ee9ddb0250"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.1/conan-win-32.exe",
"hash": "25c267beb7acb10b68d3b5e1b619ff484d371c3c2dbdd69b7680b394662517ba"
}
},
"innosetup": true,
"bin": "conan\\conan.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"
}
}
}
}