mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.37.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.37.0/conan-win-64.exe",
|
|
"hash": "1fc61c70291a0be5c18fb9904c12ca51339d618f2e83680bca565fed1106ec82"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/1.37.0/conan-win-32.exe",
|
|
"hash": "9924ad76bf3e6551d636243abc1a0f3e0e5810a568c48070056000ec33f49cc5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|