mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 21:55:14 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.40.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.40.3/conan-win-64.exe",
|
|
"hash": "20b87289dda2c0e7397ddd6d83c24d60cd2cce2116400335b4e2268125c7bf13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/1.40.3/conan-win-32.exe",
|
|
"hash": "2cd8cd378277e8b797b0ef602e933a2623550838d61cc64634d60a88589621f6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|