pyflow: Use 64bit architecture (#905)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
David O'Connor 2020-03-19 21:17:57 -04:00 committed by GitHub
parent f78ce282df
commit dfcca0cce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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