-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
emacs.json
42 lines (42 loc) · 1.17 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
39
40
41
42
{
"version": "29.4",
"description": "An extensible, customizable, free/libre text editor.",
"homepage": "https://www.gnu.org/software/emacs/",
"license": "GPL-3.0-or-later",
"notes": "For 32-bit version, install 'versions/emacs27.2'",
"architecture": {
"64bit": {
"url": "https://ftpmirror.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.4.zip",
"hash": "a4573b62c2b7089d319c0c461d0ed61a597b81ead972c97033ffc0936137e0e0"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/emacs-$version-sha256sum.txt"
}
}
}