From 1cdbf94c64ea3acb3fe21cad3c52da79e0ff7da0 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Fri, 20 Nov 2020 04:20:56 +0100 Subject: [PATCH] fnm: Add version 1.22.8 (#1574) --- bucket/fnm.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/fnm.json diff --git a/bucket/fnm.json b/bucket/fnm.json new file mode 100644 index 0000000000000..803299a6e8172 --- /dev/null +++ b/bucket/fnm.json @@ -0,0 +1,22 @@ +{ + "version": "1.22.8", + "description": "Cross-platform Node.js version switcher", + "homepage": "https://github.com/Schniz/fnm", + "license": "GPL-3.0-only", + "notes": "Don't forget to add \"fnm env --use-on-cd | Out-String | Invoke-Expression\" to your powershell profile.", + "architecture": { + "64bit": { + "url": "https://github.com/Schniz/fnm/releases/download/v1.22.8/fnm-windows.zip", + "hash": "0a1a2d5008971722edac7dd84b00507ec668eb5a866cc4841ba2d550c759c4c3" + } + }, + "bin": "fnm.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Schniz/fnm/releases/download/v$version/fnm-windows.zip" + } + } + } +}