From c3de5c45f4f57701667692163fbb7e0355f9c341 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 10 Jun 2016 16:29:55 -0700 Subject: [PATCH] emacs 25.0.95 (devel) Announcement: https://lists.gnu.org/archive/html/info-gnu-emacs/2016-06/msg00000.html. Closes #1880. Signed-off-by: Alex Dunn --- Formula/emacs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/emacs.rb b/Formula/emacs.rb index f00173febe5f3..df314ffb447e3 100644 --- a/Formula/emacs.rb +++ b/Formula/emacs.rb @@ -13,8 +13,8 @@ class Emacs < Formula end devel do - url "http://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.94.tar.xz" - sha256 "c9c45ea7e044585f5b35500edbb356c3a2f4547d441d0d23a5e76722794c6da6" + url "http://alpha.gnu.org/gnu/emacs/pretest/emacs-25.0.95.tar.xz" + sha256 "1438c51268250344739c31752d9292fc51cab0d8384b9f574ecaf1bcd879bb2e" depends_on "autoconf" => :build depends_on "automake" => :build end