mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.22.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.22.0/conan-2.22.0-windows-x86_64.zip",
|
|
"hash": "5a728a95ca855b17d0d29537c2d406f3cae9d9c33798944ae35840cd19ec5ddc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/conan-io/conan/releases/download/2.22.0/conan-2.22.0-windows-i686.zip",
|
|
"hash": "5b9c8213be30f9664d41296731c77844511a82d90986bcd008683e2c78704bcb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|