emacs-stable: Add version 27.1

main
earnest ma 2020-12-09 23:03:07 -05:00
parent 83034f021f
commit bcd22f2673
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 47 additions and 1 deletions

View File

@ -30,6 +30,7 @@
| Program Name *(manifest name)* | License | Status |
| --- | --- | --- |
| [Alacritty (Release Candidates)](https://github.com/alacritty/alacritty) *alacritty-rc* | Apache-2.0 | |
| [Emacs](https://www.gnu.org/software/emacs/) *emacs-stable* | GPL-3.0-or-later | |
| [Extraterm (Nightly)](https://github.com/sedwards2009/extraterm) *extraterm-nightly* | MIT | |
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
| [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | |
@ -44,4 +45,3 @@
![AppVeyor tests (compact)](https://img.shields.io/appveyor/tests/earnestma/scoop-earne?compact_message&style=flat-square)
Contributions are welcome as patches or PRs on Github.

46
bucket/emacs-stable.json Normal file
View File

@ -0,0 +1,46 @@
{
"version": "27.1",
"description": "An extensible, customizable, free/libre text editor",
"homepage": "https://www.gnu.org/software/emacs/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-27/emacs-27.1-x86_64.zip",
"hash": "65f1b01bcd14e59d7da0ebad3979c5df9f9bd8d24b2ff2e32a5af3aacb226229"
},
"32bit": {
"url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-27/emacs-27.1-i686.zip",
"hash": "a52a1126825f3bf02b727f727874bfccb82ffaab4e914defbeaec28eb3ed6f1e"
}
},
"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 \"\""
]
],
"checkver": "Emacs ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version-x86_64.zip"
},
"32bit": {
"url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version-i686.zip"
}
}
}
}