forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emacs.json
33 lines (33 loc) · 941 Bytes
/
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
{
"url": "http://www.gnu.org/software/emacs/",
"license": "GPL3",
"version": "25.1",
"architecture": {
"64bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.1-x86_64-w64-mingw32.zip",
"ftp://ftp.gnutls.org/gcrypt/gnutls/w32/gnutls-3.4.9-w64.zip"
],
"hash": [
"dd64f517c58226ccc385b6d06124a581337a4420b7e519664ed93fbbc505f2f9",
"7f5a2ac916fc967aeab65cf90a229f1f827782cfef08aa42d0db7e1ee5d0d7d4"
]
},
"32bit": {
"url": [
"https://ftp.gnu.org/gnu/emacs/windows/emacs-25.1-i686-w64-mingw32.zip",
"ftp://ftp.gnutls.org/gcrypt/gnutls/w32/gnutls-3.4.9-w32.zip"
],
"hash": [
"e4874839e6d164e74b023f091cd2f4545aeeee190a895c91b49670e11dfadaf7",
"1811f0eee506939b07b50c65077542650041a89a89e385f6fc6cb6d084ceb8dc"
]
}
},
"extract_dir": ".",
"bin": [ "bin\\runemacs.exe",
"bin\\emacs.exe",
"bin\\emacsclientw.exe",
"bin\\etags.exe",
"bin\\ctags.exe"]
}