mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
pyflow: Use 64bit architecture (#905)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
f78ce282df
commit
dfcca0cce8
@ -1,13 +1,21 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.5.1",
|
"version": "0.2.5.1",
|
||||||
|
"description": "A modern Python installation and dependency manager",
|
||||||
"homepage": "https://github.com/David-OConnor/pyflow",
|
"homepage": "https://github.com/David-OConnor/pyflow",
|
||||||
"description": "A modern Python installation and dependency manager.",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"url": "https://github.com/David-OConnor/pyflow/releases/download/0.2.5.1/pyflow.zip",
|
"architecture": {
|
||||||
"hash": "ce66e10a0154500e27827dc0947e8cc535274f1e5591acfbf7f37809d6660915",
|
"64bit": {
|
||||||
|
"url": "https://github.com/David-OConnor/pyflow/releases/download/0.2.5.1/pyflow.zip",
|
||||||
|
"hash": "ce66e10a0154500e27827dc0947e8cc535274f1e5591acfbf7f37809d6660915"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": "pyflow.exe",
|
"bin": "pyflow.exe",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user