2020-10-07 10:02:23 +02:00

33 lines
1.2 KiB
JSON

{
"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.8/micro-2.0.8-win64.zip",
"hash": "c551e5bac87bde3af5157f34b2e84a4a2418e1f51cb6a02f85ec6260950ad966"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.8/micro-2.0.8-win32.zip",
"hash": "7d4cb053ba3dbf843cfc080bd8f03324360278f491f02a5cc0e4fdd3d8c65b3a"
}
},
"extract_dir": "micro-2.0.8",
"bin": "micro.exe",
"checkver": {
"github": "https://github.com/zyedidia/micro"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v$version/micro-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v$version/micro-$version-win32.zip"
}
},
"extract_dir": "micro-$version"
}
}