micro: Update to version 2.0.0

This commit is contained in:
Richard Kuhnt 2020-02-11 23:01:51 +00:00
parent 6900a98965
commit 3183175db6

View File

@ -1,20 +1,20 @@
{
"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.",
"version": "1.4.1",
"version": "2.0.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.4.1/micro-1.4.1-win64.zip",
"hash": "c6d5eff9d4d2ca88cfb85a7bde2099238146bac8215b9675733be8a2c25b388b"
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.0/micro-2.0.0-win64.zip",
"hash": "2870a1b87f5cc63182624f664a79493454bcd3b613384bb48a59b0e54847f010"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.4.1/micro-1.4.1-win32.zip",
"hash": "adad7f5d977b0aba1238a30be6de3afd69157e08c15660dc89374c757dc43f9c"
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.0/micro-2.0.0-win32.zip",
"hash": "736977fe319b8be35a6480d6b046e8a50d49efc88a285dc4633ddf7517921f23"
}
},
"bin": "micro.exe",
"extract_dir": "micro-1.4.1",
"extract_dir": "micro-2.0.0",
"checkver": {
"github": "https://github.com/zyedidia/micro"
},