mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
conan: Update to version 1.35.2
This commit is contained in:
parent
fb4db14287
commit
997d91ab41
@ -11,11 +11,6 @@
|
||||
}
|
||||
},
|
||||
"bin": "butterflow.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/dthpham/butterflow",
|
||||
"regex": "download/(?<rel>[\\w.]+)/butterflow-([\\w.]+)-win64\\.zip",
|
||||
"reverse": true
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.35.1",
|
||||
"version": "1.35.2",
|
||||
"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.35.1/conan-win-64_1_35_1.exe",
|
||||
"hash": "9a8fc682aa683ec4995701cef51598af91e727b4f8d33fa95c5cc25a091a8423"
|
||||
"url": "https://github.com/conan-io/conan/releases/download/1.35.2/conan-win-64.exe",
|
||||
"hash": "d141e99b91a5f30d605296eac796895af577c4cf8b193b43268b8ff54d05af9c"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/conan-io/conan/releases/download/1.35.1/conan-win-32_1_35_1.exe",
|
||||
"hash": "6f60acc652cff14c870a6d9b70da2f7edf42581b81f06614de7520c3c8489cd4"
|
||||
"url": "https://github.com/conan-io/conan/releases/download/1.35.2/conan-win-32.exe",
|
||||
"hash": "93cdbb73502c98f14ecbbc16f2788deea8d2ab12b37e75ac1b9499e891ff6eec"
|
||||
}
|
||||
},
|
||||
"innosetup": true,
|
||||
@ -25,14 +25,11 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-64_$underscoreVersion.exe"
|
||||
"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_$underscoreVersion.exe"
|
||||
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://dl.bintray.com/conan/installers/$basename.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user