mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 16:41:19 +00:00
33 lines
1.2 KiB
JSON
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.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.1/micro-2.0.1-win64.zip",
|
|
"hash": "e39b01d851cb64f30fe9852cbc9e4471b79b8e8620d35cf6898b0cdb67809f93"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.1/micro-2.0.1-win32.zip",
|
|
"hash": "842f449472e49c9319861a7ba79df9c83c1a59d4f36f7e2c617939968e6449d7"
|
|
}
|
|
},
|
|
"bin": "micro.exe",
|
|
"extract_dir": "micro-2.0.1",
|
|
"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"
|
|
}
|
|
}
|