From 733a6384cc7a0af9ed058a97cc3819688211a838 Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Sat, 5 Oct 2019 18:23:29 +0000 Subject: [PATCH] pyflow: Add version 0.15 (#468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add pyflow * Update bucket/pyflow.json Co-Authored-By: Jakub Čábera * Update bucket/pyflow.json Co-Authored-By: Jakub Čábera * Update bucket/pyflow.json Co-Authored-By: Jakub Čábera * Add hash * Update bucket/pyflow.json Co-Authored-By: Jakub Čábera * Update bucket/pyflow.json Co-Authored-By: Jakub Čábera --- bucket/pyflow.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/pyflow.json diff --git a/bucket/pyflow.json b/bucket/pyflow.json new file mode 100644 index 0000000000..ed527863f8 --- /dev/null +++ b/bucket/pyflow.json @@ -0,0 +1,13 @@ +{ + "version": "0.1.5", + "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.1.5/pyflow.zip", + "hash": "fc6bad25dc84ba19e887ca7fab4ce6de92be70a366525c14d116eadc7af388b6", + "bin": "pyflow.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/David-OConnor/pyflow/releases/download/$version/pyflow.zip" + } +}