forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemacs.json
55 lines (55 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"homepage": "https://www.gnu.org/software/emacs/",
"license": "GPL3",
"version": "25.3",
"architecture": {
"64bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-x86_64.zip",
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25-x86_64-deps.zip"
],
"hash": [
"e49e93dc2b9959e8a77f0a19425faeca9192a9ecb1b75d1be765107e55eccbd7",
"d928e6caaeb5267f978dad0a54c90b0ea6f31ad384f43d8a6bb54c67d2b2f184"
]
},
"32bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.3-i686.zip",
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25-i686-deps.zip"
],
"hash": [
"d166faece3a3cb55fb9bd240724265649a0c599fac0ee0da2ebb0753d1b31ad9",
"37daea32cc054ae6b709c015704bdf7b7459c63b1be27cdd590d2807e50b236a"
]
}
},
"extract_dir": ".",
"bin": [
"bin\\runemacs.exe",
"bin\\emacs.exe",
"bin\\emacsclientw.exe",
"bin\\etags.exe",
"bin\\ctags.exe"
],
"checkver": {
"url": "https://www.gnu.org/software/emacs/",
"re": "Emacs ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$version-x86_64.zip"
},
"32bit": {
"url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$version-i686.zip"
}
}
},
"shortcuts": [
[
"bin\\runemacs.exe",
"Emacs"
]
]
}