mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.51.3",
|
|
"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.51.3/conan-win-64.exe",
|
|
"hash": "3638c190e2e0119b445317a5da0dcc3f98f4eb3609db7d5a2e5438e0a838e9f5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/1.51.3/conan-win-32.exe",
|
|
"hash": "820fdbd6b27ad4e1c51af817ca02e11749e4f21d15e9e0312db4e6bec79eb602"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|