From 727f6c86ec0aaafbe9177195bd6d5496d8fed647 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:50:57 +0000 Subject: [PATCH] micro: Update to version 2.0.11 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index 11948a03a5..3ea7399be3 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,19 +1,19 @@ { - "version": "2.0.10", + "version": "2.0.11", "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.", "homepage": "https://micro-editor.github.io/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.10/micro-2.0.10-win64.zip", - "hash": "a390bd2456f294f59e729bb6b201e063481cf266c7b3396ad7b5a78c5773ebcf" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip", + "hash": "095063f8aaa66f88b7700d4710938cb12595f3f37bb62341ea7a7517d7dfffe2" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.10/micro-2.0.10-win32.zip", - "hash": "5abf23725750081fdb2ba1186f33da6e666195dcd5fb82fae70d07332eee54ba" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win32.zip", + "hash": "079dc7d910deba3c851d9ed74bd01b4216b4fc919d2d027b99f97bdee5d7c0d7" } }, - "extract_dir": "micro-2.0.10", + "extract_dir": "micro-2.0.11", "bin": "micro.exe", "checkver": { "github": "https://github.com/zyedidia/micro"