mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.20.1",
|
|
"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.20.1/conan-2.20.1-windows-x86_64.zip",
|
|
"hash": "9f455572f3452a40d8ca3f7711b093f55b860461e403c4ba4c33b97b977979f5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/2.20.1/conan-2.20.1-windows-i686.zip",
|
|
"hash": "21e7dab91ddc4c0a36dc0eb5fbea4f54e678f526cd3fc15ea93b9e556d58afce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|