From 6563e02da7430841550e4bfa618a820e283b55ff Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Feb 2020 20:01:49 +0000 Subject: [PATCH] micro: Update to version 2.0.1 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index 2f604c53ad..4d8bfef134 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,20 +1,20 @@ { "homepage": "https://micro-editor.github.io/", "description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.0/micro-2.0.0-win64.zip", - "hash": "2870a1b87f5cc63182624f664a79493454bcd3b613384bb48a59b0e54847f010" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.1/micro-2.0.1-win64.zip", + "hash": "e39b01d851cb64f30fe9852cbc9e4471b79b8e8620d35cf6898b0cdb67809f93" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.0/micro-2.0.0-win32.zip", - "hash": "736977fe319b8be35a6480d6b046e8a50d49efc88a285dc4633ddf7517921f23" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.1/micro-2.0.1-win32.zip", + "hash": "842f449472e49c9319861a7ba79df9c83c1a59d4f36f7e2c617939968e6449d7" } }, "bin": "micro.exe", - "extract_dir": "micro-2.0.0", + "extract_dir": "micro-2.0.1", "checkver": { "github": "https://github.com/zyedidia/micro" },