micro: Update to version 2.0.8

This commit is contained in:
Jakub Čábera 2020-10-07 10:02:23 +02:00
parent 061be1c773
commit f64bcbae8c

View File

@ -1,19 +1,19 @@
{
"version": "2.0.7",
"version": "2.0.8",
"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.7/micro-2.0.7-win64.zip",
"hash": "166817188347ad3682c5b1f656a369d9d98b2c1e4b8d1688fe25167f1f37397e"
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win64.zip",
"hash": "c551e5bac87bde3af5157f34b2e84a4a2418e1f51cb6a02f85ec6260950ad966"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.7/micro-2.0.7-win32.zip",
"hash": "8973795a30f84d6087a2eaa991e34701809c7f83e09fbe3e91c3b988cfa1f009"
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win32.zip",
"hash": "7d4cb053ba3dbf843cfc080bd8f03324360278f491f02a5cc0e4fdd3d8c65b3a"
}
},
"extract_dir": "micro-2.0.7",
"extract_dir": "micro-2.0.8",
"bin": "micro.exe",
"checkver": {
"github": "https://github.com/zyedidia/micro"