forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemacs.json
45 lines (45 loc) · 1.35 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
{
"homepage": "https://www.gnu.org/software/emacs/",
"license": "GPL3",
"version": "25.2",
"architecture": {
"64bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-x86_64.zip",
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25-x86_64-deps.zip"
],
"hash": [
"4f080e2a3a66580ad33ac190f1238f9a7e81b158ee5337035caca5a12864cb4e",
"d928e6caaeb5267f978dad0a54c90b0ea6f31ad384f43d8a6bb54c67d2b2f184"
]
},
"32bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.2-i686.zip",
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25-i686-deps.zip"
],
"hash": [
"8e7b47736bd76847125a7f2cec6b44566760ccd9617743938800e556608b8f82",
"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.]+)"
},
"shortcuts": [
[
"bin\\runemacs.exe",
"Emacs"
]
]
}