mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 05:21:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.0.17",
|
|
"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.17/conan-win-64.exe",
|
|
"hash": "3db5e682ecd33fe3d0b8e861bd1550ecfc731479666cfe4646cfe67d20d5d595"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/2.0.17/conan-win-32.exe",
|
|
"hash": "3c6163d1927c72566cf692ce0bc21b87dc59c319f159267ed6d317c581301d58"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|