scoop-earne/bucket/emacs-snapshot.json

37 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-02 18:41:16 -05:00
{
"version": "28.0.50-2021-01-04",
2021-01-02 18:41:16 -05:00
"description": "Development snapshots for Emacs, an extensible, customizable, free/libre text editor",
"homepage": "https://www.gnu.org/software/emacs/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/emacs-28.0.50-snapshot-2021-01-04-x86_64.zip",
"hash": "87e06aca1afccc5d368d861d54bb7f1392e5c35f98ec9dd8de7b3c3c5eb448c0"
2021-01-02 18:41:16 -05:00
},
"32bit": {
"url": "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/emacs-28.0.50-snapshot-2021-01-04-i686.zip",
"hash": "3bc8ea3e4110198007b5cc186f045d07f9a1b1219cd5598e0b9afad70544c573"
2021-01-02 18:41:16 -05:00
}
},
"bin": [
"bin\\emacs.exe",
"bin\\emacsclient.exe",
"bin\\emacsclientw.exe",
"bin\\runemacs.exe",
"bin\\etags.exe",
"bin\\ctags.exe"
],
"shortcuts": [
[
"bin\\runemacs.exe",
"Emacs"
],
[
"bin\\emacsclientw.exe",
"Emacs Client",
"-c -n -a \"\""
]
],
"notes": "Development snapshots that may not be updated. Use emacs-stable in this bucket or emacs from extras bucket."
}