ScoopInstaller_Main/micro.json
2017-07-29 19:00:24 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://micro-editor.github.io/",
"version": "1.3.0",
"license": "MIT Expat License",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.3.0/micro-1.3.0-win64.zip",
"hash": "2e0ed8c7769bb4d4b477abe71195112f0f9bc3edebbcaf8c89963a50e8f1ecfd"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.3.0/micro-1.3.0-win32.zip",
"hash": "d3e6591eff4cd35c386e2dcf335dbe73df76299c21b277c0e33857601dfe6287"
}
},
"bin": "micro.exe",
"extract_dir": "micro-1.3.0",
"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"
}
}