micro: Update to version 2.0.3

This commit is contained in:
Ash258 2020-04-12 09:15:49 +02:00
parent b780beffaf
commit acf7fb845b

View File

@ -1,20 +1,20 @@
{ {
"homepage": "https://micro-editor.github.io/", "homepage": "https://micro-editor.github.io/",
"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.",
"version": "2.0.2", "version": "2.0.3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.2/micro-2.0.2-win64.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.3/micro-2.0.3-win64.zip",
"hash": "554f56eb653674b11d5256302aa12ffb2b14ed07433c46d4fac61c0463d51d1d" "hash": "d28b527c752ea4613cd5c29bebbc887ee051b5f400d50ffdd1c6f2bca32aaeb1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.2/micro-2.0.2-win32.zip", "url": "https://github.com/zyedidia/micro/releases/download/v2.0.3/micro-2.0.3-win32.zip",
"hash": "097eed4426ae254a74388a15988ac95a06e916219437908d02054d081b624762" "hash": "2ae31b396cca8fbb8dd1a89baa1bddeb034e200d2d48b8861713f84470d375a3"
} }
}, },
"bin": "micro.exe", "bin": "micro.exe",
"extract_dir": "micro-2.0.2", "extract_dir": "micro-2.0.3",
"checkver": { "checkver": {
"github": "https://github.com/zyedidia/micro" "github": "https://github.com/zyedidia/micro"
}, },