mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.6",
|
|
"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.6/micro-2.0.6-win64.zip",
|
|
"hash": "5e3799ce5885846d38c0084c32dbd6cb755046f0388f3dd0aa2505e22bb0dee4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-win32.zip",
|
|
"hash": "eb0ef4e098fe894c198ee67f5f0d285a17bd4c6b2a66c9d438bc087337fcfcaa"
|
|
}
|
|
},
|
|
"extract_dir": "micro-2.0.6",
|
|
"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"
|
|
}
|
|
}
|