mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
pyenv: Update to version 2.64.11
This commit is contained in:
parent
fd238f44a3
commit
984352eac6
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "2.64.10",
|
"version": "2.64.11",
|
||||||
"description": "Simple python version management tool for switching between multiple versions of Python.",
|
"description": "Simple python version management tool for switching between multiple versions of Python.",
|
||||||
"homepage": "https://pyenv-win.github.io/pyenv-win/",
|
"homepage": "https://pyenv-win.github.io/pyenv-win/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"notes": "You can specify the PYTHON_BUILD_MIRROR_URL environment variable and run 'pyenv update' to speed up downloads.",
|
"notes": "You can specify the PYTHON_BUILD_MIRROR_URL environment variable and run 'pyenv update' to speed up downloads.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.10.zip",
|
"url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.11.zip",
|
||||||
"hash": "57123603fc72d25f3f35dd6bb4075400a6ebf08cec75a8b5345c3ae13a464f24",
|
"hash": "66652032232678e195242445ce96438437cba30d05000645a6793677f5e27b56",
|
||||||
"extract_dir": "pyenv-win-2.64.10"
|
"extract_dir": "pyenv-win-2.64.11"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",
|
"pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user