2020-09-07 08:37:05 +02:00

33 lines
1.2 KiB
JSON

{
"version": "2.0.7",
"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"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.7/micro-2.0.7-win32.zip",
"hash": "8973795a30f84d6087a2eaa991e34701809c7f83e09fbe3e91c3b988cfa1f009"
}
},
"extract_dir": "micro-2.0.7",
"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"
}
}