ScoopInstaller_Main/micro.json
2017-09-15 21:01:49 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://micro-editor.github.io/",
"version": "1.3.2",
"license": "MIT Expat License",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.3.2/micro-1.3.2-win64.zip",
"hash": "47e2e643ef730a43d43c8fca883c141f87cca6a61594c750af7cc6c9ebf2aef1"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v1.3.2/micro-1.3.2-win32.zip",
"hash": "141908f7a5f0ded0ccc3155bf624d2a7ff0d4c7969069169dc57bf20283b2d84"
}
},
"bin": "micro.exe",
"extract_dir": "micro-1.3.2",
"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"
}
}