mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.14.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/2.14.0/conan-2.14.0-windows-x86_64.zip",
|
|
"hash": "5eb23df782ee3fc5accded4b5ddac23feb308d8f588c2d9574bcb6f65a0ef19c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/2.14.0/conan-2.14.0-windows-i686.zip",
|
|
"hash": "588d6e6e5df8098fbfb483823ff099ab332d8c6af233e7f9ebf2d5c46936ea4c"
|
|
}
|
|
},
|
|
"bin": "conan.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/conan-io/conan"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-i686.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|