2020-06-21 08:12:06 +00:00

33 lines
1.2 KiB
JSON

{
"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": "2.0.5",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-win64.zip",
"hash": "22ae91dbd93bc25dcd3e8594f285b01c98bf806cd2b7a1bd1e9cefc3d8cf52bc"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-win32.zip",
"hash": "64324394fa24850576c457174929ceef423f4b397c57c638e2efe8297d57255a"
}
},
"bin": "micro.exe",
"extract_dir": "micro-2.0.5",
"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"
}
}