mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.26.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.26.1/conan-2.26.1-windows-x86_64.zip",
|
|
"hash": "6c6756e727df6d1b8c2f4a0f92ec8c1cc7e284ed3b86baf4c2e1e8abdb19167c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/2.26.1/conan-2.26.1-windows-i686.zip",
|
|
"hash": "6a513b43bec5174fb6e7e390c96a5ab5a77feaf7580999093b2fe2d6abcafa16"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|