From 997d91ab41e05610100f5fc3854e5b9a90020afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Apr 2021 19:21:18 +0200 Subject: [PATCH] conan: Update to version 1.35.2 --- bucket/butterflow.json | 5 ----- bucket/conan.json | 17 +++++++---------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/bucket/butterflow.json b/bucket/butterflow.json index e90d06669c..aa4a6657d9 100644 --- a/bucket/butterflow.json +++ b/bucket/butterflow.json @@ -11,11 +11,6 @@ } }, "bin": "butterflow.exe", - "checkver": { - "github": "https://github.com/dthpham/butterflow", - "regex": "download/(?[\\w.]+)/butterflow-([\\w.]+)-win64\\.zip", - "reverse": true - }, "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/conan.json b/bucket/conan.json index 7648320d3a..907e4271da 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -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" } } }