From dfcca0cce8ad0998c7d5310ed434b8b3b9c4bdcd Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Thu, 19 Mar 2020 21:17:57 -0400 Subject: [PATCH] pyflow: Use 64bit architecture (#905) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/pyflow.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/bucket/pyflow.json b/bucket/pyflow.json index 6193fbf359..d22923e33f 100644 --- a/bucket/pyflow.json +++ b/bucket/pyflow.json @@ -1,13 +1,21 @@ { "version": "0.2.5.1", + "description": "A modern Python installation and dependency manager", "homepage": "https://github.com/David-OConnor/pyflow", - "description": "A modern Python installation and dependency manager.", "license": "MIT", - "url": "https://github.com/David-OConnor/pyflow/releases/download/0.2.5.1/pyflow.zip", - "hash": "ce66e10a0154500e27827dc0947e8cc535274f1e5591acfbf7f37809d6660915", + "architecture": { + "64bit": { + "url": "https://github.com/David-OConnor/pyflow/releases/download/0.2.5.1/pyflow.zip", + "hash": "ce66e10a0154500e27827dc0947e8cc535274f1e5591acfbf7f37809d6660915" + } + }, "bin": "pyflow.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/David-OConnor/pyflow/releases/download/$version/pyflow.zip" + "architecture": { + "64bit": { + "url": "https://github.com/David-OConnor/pyflow/releases/download/$version/pyflow.zip" + } + } } }