flow: Update to version 0.141.0

This commit is contained in:
Jakub Čábera 2020-12-19 07:55:04 +01:00
parent 9295baf8b8
commit f873adf14e
2 changed files with 15 additions and 20 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "0.140.0", "version": "0.141.0",
"description": "A static type checker for JavaScript code.", "description": "A static type checker for JavaScript code",
"homepage": "https://flowtype.org/", "homepage": "https://flowtype.org/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.140.0/flow-win64-v0.140.0.zip", "url": "https://github.com/facebook/flow/releases/download/v0.141.0/flow-win64-v0.141.0.zip",
"hash": "84b3e488c137be03d3b9b4e66c7425be536251b0223ff3cbf5f51008577c1c89" "hash": "39be78b9df70a2aad918ddc7286c6d426e523ea1929d35edda12f5fe92206fb9"
} }
}, },
"extract_dir": "flow", "extract_dir": "flow",

View File

@ -1,35 +1,31 @@
{ {
"version": "2.64.3", "version": "2.64.3",
"description": "pyenv for Windows. pyenv is a simple python version management tool. It lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.", "description": "Simple python version management tool for switching between multiple versions of Python.",
"homepage": "https://github.com/pyenv-win/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.",
"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.3.zip",
"extract_dir": "pyenv-win-2.64.3", "hash": "fbdecdeed330279fde80038da150a2d54bff222f47481968ba2ef5e600363a84",
"hash": "fbdecdeed330279fde80038da150a2d54bff222f47481968ba2ef5e600363a84" "extract_dir": "pyenv-win-2.64.3"
} }
}, },
"pre_install": "if (!(Test-Path \"$persist_dir\\pyenv-win\\version\")) { New-Item \"$dir\\pyenv-win\\version\" | Out-Null }",
"bin": "pyenv-win\\bin\\pyenv.bat", "bin": "pyenv-win\\bin\\pyenv.bat",
"env_add_path": "pyenv-win\\shims",
"env_set": { "env_set": {
"PYENV": "$dir\\pyenv-win" "PYENV": "$dir\\pyenv-win"
}, },
"env_add_path": "pyenv-win\\shims",
"persist": [ "persist": [
"pyenv-win\\version", "pyenv-win\\version",
"pyenv-win\\shims", "pyenv-win\\shims",
"pyenv-win\\versions", "pyenv-win\\versions",
"pyenv-win\\install_cache" "pyenv-win\\install_cache"
], ],
"pre_install": [ "checkver": {
"function CreateFile([String] $file, [String] $content = $null) {", "github": "https://github.com/pyenv-win/pyenv-win"
" if (!(Test-Path \"$persist_dir\\$file\")) {", },
" New-Item -Force -Path \"$persist_dir\\$file\" -ItemType file -Value $content | Out-Null",
" }",
"}",
"CreateFile 'pyenv-win\\version'"
],
"checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -37,6 +33,5 @@
"extract_dir": "pyenv-win-$version" "extract_dir": "pyenv-win-$version"
} }
} }
}, }
"notes": "You can specify the PYTHON_BUILD_MIRROR_URL environment variable and run 'pyenv update' to speed up downloads."
} }