ScoopInstaller_Main/micro.json
2017-09-29 00:01:47 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://micro-editor.github.io/",
"version": "1.3.3",
"license": "MIT Expat License",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.3.3/micro-1.3.3-win64.zip",
"hash": "50e0fb072aa3989de28980da92a5e0ef0dfc39b7ea63a27673edb351f24bf324"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.3.3/micro-1.3.3-win32.zip",
"hash": "6adae90d0cb72e94b13ed1744504153a16557d9f4f7fb9c9960584fdd1906000"
}
},
"bin": "micro.exe",
"extract_dir": "micro-1.3.3",
"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"
}
}