forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emacs.json
39 lines (39 loc) · 1.27 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
{
"url": "http://www.gnu.org/software/emacs/",
"license": "GPL3",
"version": "25.1-2",
"architecture": {
"64bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.1-2-x86_64-w64-mingw32.zip",
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25-x86_64-deps.zip"
],
"hash": [
"5c2e1ef2bfca8aa516297471f16fa79ff98c7386a7db181a08044a6a9811267d",
"d928e6caaeb5267f978dad0a54c90b0ea6f31ad384f43d8a6bb54c67d2b2f184"
]
},
"32bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.1-2-i686-w64-mingw32.zip",
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25-i686-deps.zip"
],
"hash": [
"471f94bf64553f8f048019ed16559fa1f102e39262a1fde88bcf627d320f7266",
"37daea32cc054ae6b709c015704bdf7b7459c63b1be27cdd590d2807e50b236a"
]
}
},
"extract_dir": ".",
"bin": [
"bin\\runemacs.exe",
"bin\\emacs.exe",
"bin\\emacsclientw.exe",
"bin\\etags.exe",
"bin\\ctags.exe"
],
"checkver": {
"url": "http://www.gnu.org/software/emacs/",
"re": "Emacs ([\\d.]+)"
}
}