From f873adf14efead29a7beb313f4c48bc0d2ddf508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 19 Dec 2020 07:55:04 +0100 Subject: [PATCH] flow: Update to version 0.141.0 --- bucket/flow.json | 8 ++++---- bucket/pyenv.json | 27 +++++++++++---------------- 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index fd43825fb6..dfa790804c 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.140.0", - "description": "A static type checker for JavaScript code.", + "version": "0.141.0", + "description": "A static type checker for JavaScript code", "homepage": "https://flowtype.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/facebook/flow/releases/download/v0.140.0/flow-win64-v0.140.0.zip", - "hash": "84b3e488c137be03d3b9b4e66c7425be536251b0223ff3cbf5f51008577c1c89" + "url": "https://github.com/facebook/flow/releases/download/v0.141.0/flow-win64-v0.141.0.zip", + "hash": "39be78b9df70a2aad918ddc7286c6d426e523ea1929d35edda12f5fe92206fb9" } }, "extract_dir": "flow", diff --git a/bucket/pyenv.json b/bucket/pyenv.json index b772b9a3cc..d60a685b50 100644 --- a/bucket/pyenv.json +++ b/bucket/pyenv.json @@ -1,35 +1,31 @@ { "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.", - "homepage": "https://github.com/pyenv-win/pyenv-win", + "description": "Simple python version management tool for switching between multiple versions of Python.", + "homepage": "https://pyenv-win.github.io/pyenv-win/", "license": "MIT", + "notes": "You can specify the PYTHON_BUILD_MIRROR_URL environment variable and run 'pyenv update' to speed up downloads.", "architecture": { "64bit": { "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", + "env_add_path": "pyenv-win\\shims", "env_set": { "PYENV": "$dir\\pyenv-win" }, - "env_add_path": "pyenv-win\\shims", "persist": [ "pyenv-win\\version", "pyenv-win\\shims", "pyenv-win\\versions", "pyenv-win\\install_cache" ], - "pre_install": [ - "function CreateFile([String] $file, [String] $content = $null) {", - " 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", + "checkver": { + "github": "https://github.com/pyenv-win/pyenv-win" + }, "autoupdate": { "architecture": { "64bit": { @@ -37,6 +33,5 @@ "extract_dir": "pyenv-win-$version" } } - }, - "notes": "You can specify the PYTHON_BUILD_MIRROR_URL environment variable and run 'pyenv update' to speed up downloads." + } }