From 2183488b789538338427c0b2b0f1ca0034a07499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 16 May 2021 23:17:34 -0700 Subject: [PATCH] micro: Update to version 2.0.9 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index 5cb2da1560..8daceb6c16 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,19 +1,19 @@ { - "version": "2.0.8", + "version": "2.0.9", "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.8/micro-2.0.8-win64.zip", - "hash": "c551e5bac87bde3af5157f34b2e84a4a2418e1f51cb6a02f85ec6260950ad966" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.9/micro-2.0.9-win64.zip", + "hash": "a7008e4d34a1a8b5887b5ede9b9c62b12bdce0089c994aa4d1cae787b6fec35c" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win32.zip", - "hash": "7d4cb053ba3dbf843cfc080bd8f03324360278f491f02a5cc0e4fdd3d8c65b3a" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.9/micro-2.0.9-win32.zip", + "hash": "bfed60b33d7f2020128b93dacdbf16b535d36b90316dd6dfe33abd5db4987c04" } }, - "extract_dir": "micro-2.0.8", + "extract_dir": "micro-2.0.9", "bin": "micro.exe", "checkver": { "github": "https://github.com/zyedidia/micro"