micro: Update to version 2.0.9

This commit is contained in:
Jakub Čábera 2021-05-16 23:17:34 -07:00
parent a1500f461b
commit 2183488b78

View File

@ -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.", "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.8/micro-2.0.8-win64.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.9/micro-2.0.9-win64.zip",
"hash": "c551e5bac87bde3af5157f34b2e84a4a2418e1f51cb6a02f85ec6260950ad966" "hash": "a7008e4d34a1a8b5887b5ede9b9c62b12bdce0089c994aa4d1cae787b6fec35c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win32.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.9/micro-2.0.9-win32.zip",
"hash": "7d4cb053ba3dbf843cfc080bd8f03324360278f491f02a5cc0e4fdd3d8c65b3a" "hash": "bfed60b33d7f2020128b93dacdbf16b535d36b90316dd6dfe33abd5db4987c04"
} }
}, },
"extract_dir": "micro-2.0.8", "extract_dir": "micro-2.0.9",
"bin": "micro.exe", "bin": "micro.exe",
"checkver": { "checkver": {
"github": "https://github.com/zyedidia/micro" "github": "https://github.com/zyedidia/micro"