mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
pyenv: Update to version 2.64.4
This commit is contained in:
parent
06c61d8811
commit
b8620cc643
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "2.64.3",
|
"version": "2.64.4",
|
||||||
"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.3.zip",
|
"url": "https://github.com/pyenv-win/pyenv-win/archive/v2.64.4.zip",
|
||||||
"hash": "fbdecdeed330279fde80038da150a2d54bff222f47481968ba2ef5e600363a84",
|
"hash": "ae8b174eb012c199ba58f97f400c4e3384931dd2aaca40e2aaab0cb4ec0e0a7a",
|
||||||
"extract_dir": "pyenv-win-2.64.3"
|
"extract_dir": "pyenv-win-2.64.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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