From e9804aa4fc17bb1063144318854879a3464d1188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 25 Jun 2020 10:09:27 +0200 Subject: [PATCH] micro: Update to version 2.0.6 --- bucket/micro.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index d90c728400..da4938fa1f 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,20 +1,20 @@ { - "homepage": "https://micro-editor.github.io/", + "version": "2.0.6", "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.5", + "homepage": "https://micro-editor.github.io/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-win64.zip", - "hash": "22ae91dbd93bc25dcd3e8594f285b01c98bf806cd2b7a1bd1e9cefc3d8cf52bc" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-win64.zip", + "hash": "5e3799ce5885846d38c0084c32dbd6cb755046f0388f3dd0aa2505e22bb0dee4" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-win32.zip", - "hash": "64324394fa24850576c457174929ceef423f4b397c57c638e2efe8297d57255a" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-win32.zip", + "hash": "eb0ef4e098fe894c198ee67f5f0d285a17bd4c6b2a66c9d438bc087337fcfcaa" } }, + "extract_dir": "micro-2.0.6", "bin": "micro.exe", - "extract_dir": "micro-2.0.5", "checkver": { "github": "https://github.com/zyedidia/micro" },