From 8997b9eb5a19092a87fc36e7cc5fc3bc385cc519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:33:33 +0000 Subject: [PATCH] micro: Update to version 2.0.13 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index 765f2165b4..d9c4fddff5 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,19 +1,19 @@ { - "version": "2.0.12", + "version": "2.0.13", "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.12/micro-2.0.12-win64.zip", - "hash": "ec470f14e7e2e597c0a1ed33cba26f8e1658c86dd8ef89c09cd34f63640ce3dd" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-win64.zip", + "hash": "e172a884ee4b0590dcd6044b88f981e1facaf6fd7937194a5cc317ff5ea6bc68" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.12/micro-2.0.12-win32.zip", - "hash": "be4ca6393d38d1fa11a7ffe42d6e51642d10c8fa4828d3adccc189085fe5cf70" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-win32.zip", + "hash": "53a14423039ef11196f7b6975a2444b407a186824bc7c8ee5f565825f8544ea6" } }, - "extract_dir": "micro-2.0.12", + "extract_dir": "micro-2.0.13", "bin": "micro.exe", "checkver": { "github": "https://github.com/zyedidia/micro"