mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.0.14",
|
|
"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.14/micro-2.0.14-win64.zip",
|
|
"hash": "ef95e181249d0547942558d65b73cf484d6e06490bcfc0c540085a04f1ee00f8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win32.zip",
|
|
"hash": "205c466d21e3a556f05055c27330ada197a92b5c646f45a2ba000ffe22d923fc"
|
|
}
|
|
},
|
|
"extract_dir": "micro-2.0.14",
|
|
"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"
|
|
}
|
|
}
|