mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.9",
|
|
"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.9/micro-2.0.9-win64.zip",
|
|
"hash": "a7008e4d34a1a8b5887b5ede9b9c62b12bdce0089c994aa4d1cae787b6fec35c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.9/micro-2.0.9-win32.zip",
|
|
"hash": "bfed60b33d7f2020128b93dacdbf16b535d36b90316dd6dfe33abd5db4987c04"
|
|
}
|
|
},
|
|
"extract_dir": "micro-2.0.9",
|
|
"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"
|
|
}
|
|
}
|