mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://micro-editor.github.io/",
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v1.4.1/micro-1.4.1-win64.zip",
|
|
"hash": "c6d5eff9d4d2ca88cfb85a7bde2099238146bac8215b9675733be8a2c25b388b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zyedidia/micro/releases/download/v1.4.1/micro-1.4.1-win32.zip",
|
|
"hash": "adad7f5d977b0aba1238a30be6de3afd69157e08c15660dc89374c757dc43f9c"
|
|
}
|
|
},
|
|
"bin": "micro.exe",
|
|
"extract_dir": "micro-1.4.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"
|
|
}
|
|
}
|