-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmicro.json
32 lines (32 loc) · 1.28 KB
/
micro.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "2.0.14",
"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.",
"homepage": "https://micro-editor.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip",
"hash": "ef95e181249d0547942558d65b73cf484d6e06490bcfc0c540085a04f1ee00f8"
},
"32bit": {
"url": "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win32.zip",
"hash": "205c466d21e3a556f05055c27330ada197a92b5c646f45a2ba000ffe22d923fc"
}
},
"extract_dir": "micro-2.0.14",
"bin": "micro.exe",
"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"
}
}