From 0e3d72581dc8f4c7c96ab194cc021977c262f22a Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 2 Mar 2016 10:40:12 -0800 Subject: [PATCH] emacs 25.0.92 (devel) emacs devel 25.0.92 Closes #49727. Signed-off-by: Dominyk Tiller --- Library/Formula/emacs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 96ec8019f2b6..48c82feb7858 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -13,8 +13,8 @@ class Emacs < Formula end devel do - url "http://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.91.tar.xz" - sha256 "d77ebd310dd8c978e15f29af33186646989534ae483aa8acafe6963244930193" + url "http://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.92.tar.xz" + sha256 "c29733959ae2c6a7c1d5f9465b4d06c93977cc1f3905313d992051a16590568e" depends_on "autoconf" => :build depends_on "automake" => :build end