2020-05-24 10:53:17 +02: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.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-win64.zip",
"hash": "c3557b66f6c117b2579cc3abcdf3520a26854aee7df6cce11cb19221d4b34fcb"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-win32.zip",
"hash": "0a647d42be97bbf678d118b7080fb2942fb7a83f816e9fefcc4aaad852b3b1c9"
}
},
"bin": "micro.exe",
"extract_dir": "micro-2.0.4",
"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"
}
}