From 44b36aa129ef48a5ff8d749d85a89582ccbc852f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:32:16 +0000 Subject: [PATCH] micro: Update to version 2.0.15 --- bucket/micro.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/micro.json b/bucket/micro.json index d6aeb1c8c2..8b3733f8a6 100644 --- a/bucket/micro.json +++ b/bucket/micro.json @@ -1,19 +1,19 @@ { - "version": "2.0.14", + "version": "2.0.15", "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.14/micro-2.0.14-win64.zip", - "hash": "ef95e181249d0547942558d65b73cf484d6e06490bcfc0c540085a04f1ee00f8" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.15/micro-2.0.15-win64.zip", + "hash": "90635c53c11aa2a0d997f5e3ed43528877740725500207640b29551cef18479b" }, "32bit": { - "url": "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win32.zip", - "hash": "205c466d21e3a556f05055c27330ada197a92b5c646f45a2ba000ffe22d923fc" + "url": "https://github.com/zyedidia/micro/releases/download/v2.0.15/micro-2.0.15-win32.zip", + "hash": "0001be61d9751af4b1f370cc4422dd62894a3285b91d43a50ccf5d6c607f7668" } }, - "extract_dir": "micro-2.0.14", + "extract_dir": "micro-2.0.15", "bin": "micro.exe", "checkver": { "github": "https://github.com/zyedidia/micro"