emacs 26.2
Closes #38896. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7b94bead98
commit
2539fd7621
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
class Emacs < Formula
|
||||
desc "GNU Emacs text editor"
|
||||
homepage "https://www.gnu.org/software/emacs/"
|
||||
url "https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.xz"
|
||||
mirror "https://ftpmirror.gnu.org/emacs/emacs-26.1.tar.xz"
|
||||
sha256 "1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c"
|
||||
revision 1
|
||||
url "https://ftp.gnu.org/gnu/emacs/emacs-26.2.tar.xz"
|
||||
mirror "https://ftpmirror.gnu.org/emacs/emacs-26.2.tar.xz"
|
||||
sha256 "151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e"
|
||||
|
||||
bottle do
|
||||
rebuild 1
|
||||
|
|
Loading…
Reference in a new issue