mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.44.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/1.44.1/conan-win-64.exe",
|
|
"hash": "e1e22ca0c2f864bcb22dda4302d93a97992dc01202abe1580209e1e51ef923aa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/1.44.1/conan-win-32.exe",
|
|
"hash": "5f832ad8a938c6c26803e44428eaa5a23362c4f38615b5b703252d271d826126"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|