-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemacs.json
38 lines (38 loc) · 1.04 KB
/
emacs.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
33
34
35
36
37
38
{
"version": "29.1",
"description": "An extensible, customizable, free/libre text editor.",
"homepage": "https://www.gnu.org/software/emacs/",
"notes": "Use official bucket Extras [extras/emacs]"
"architecture": {
"64bit": {
"url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.1.zip",
"hash": "8bf7f8921089a53f1c5686698f8155131e6b70790735c1663a7cdd1e172f72ea"
}
},
"bin": [
"bin\\runemacs.exe",
"bin\\emacs.exe",
"bin\\emacsclientw.exe",
"bin\\etags.exe",
"bin\\ctags.exe"
],
"shortcuts": [
[
"bin\\runemacs.exe",
"Emacs"
],
[
"bin\\emacsclientw.exe",
"Emacs Client",
"-c -n -a \"\""
]
],
"checkver": "Emacs ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version.zip"
}
}
}
}