From 32dbe20bf91b164523ff3e77e03332f56f9cc862 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:27:21 +0000 Subject: [PATCH] micro: Update to version 2.0.14 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index d9c4fddff5..d6aeb1c8c2 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,19 +1,19 @@ { - "version": "2.0.13", + "version": "2.0.14", "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.13/micro-2.0.13-win64.zip", - "hash": "e172a884ee4b0590dcd6044b88f981e1facaf6fd7937194a5cc317ff5ea6bc68" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip", + "hash": "ef95e181249d0547942558d65b73cf484d6e06490bcfc0c540085a04f1ee00f8" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-win32.zip", - "hash": "53a14423039ef11196f7b6975a2444b407a186824bc7c8ee5f565825f8544ea6" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win32.zip", + "hash": "205c466d21e3a556f05055c27330ada197a92b5c646f45a2ba000ffe22d923fc" } }, - "extract_dir": "micro-2.0.13", + "extract_dir": "micro-2.0.14", "bin": "micro.exe", "checkver": { "github": "https://github.com/zyedidia/micro"