pyflow: Add version 0.15 (#468)

* add pyflow

* Update bucket/pyflow.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/pyflow.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/pyflow.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Add hash

* Update bucket/pyflow.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/pyflow.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
David O'Connor 2019-10-05 18:23:29 +00:00 committed by Ross Smith II
parent 9f2c64c4e6
commit 733a6384cc

13
bucket/pyflow.json Normal file
View File

@ -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"
}
}