micro: Update to version 2.0.12

This commit is contained in:
github-actions[bot] 2023-09-07 00:33:06 +00:00
parent 179bb979bd
commit a3a4525b16

View File

@ -1,19 +1,19 @@
{ {
"version": "2.0.11", "version": "2.0.12",
"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.", "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/", "homepage": "https://micro-editor.github.io/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.12/micro-2.0.12-win64.zip",
"hash": "095063f8aaa66f88b7700d4710938cb12595f3f37bb62341ea7a7517d7dfffe2" "hash": "ec470f14e7e2e597c0a1ed33cba26f8e1658c86dd8ef89c09cd34f63640ce3dd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win32.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.12/micro-2.0.12-win32.zip",
"hash": "079dc7d910deba3c851d9ed74bd01b4216b4fc919d2d027b99f97bdee5d7c0d7" "hash": "be4ca6393d38d1fa11a7ffe42d6e51642d10c8fa4828d3adccc189085fe5cf70"
} }
}, },
"extract_dir": "micro-2.0.11", "extract_dir": "micro-2.0.12",
"bin": "micro.exe", "bin": "micro.exe",
"checkver": { "checkver": {
"github": "https://github.com/zyedidia/micro" "github": "https://github.com/zyedidia/micro"