diff options
| author | Sean Chen | 2014-10-17 22:51:23 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-10-18 02:48:54 -0500 |
| commit | c8fff57bf7cc8ec9c7940fb39ac2e55e0097ebaf (patch) | |
| tree | 5dc2c8cdbd3306ea45c2f78065cf5642c6487d14 /Library/Formula | |
| parent | 6ac5fe611624814eb31b02807ffab26a252365bd (diff) | |
| download | homebrew-c8fff57bf7cc8ec9c7940fb39ac2e55e0097ebaf.tar.bz2 | |
emacs devel 24.4-rc1
Closes #33295.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 967dc127b..522d96ca0 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -26,8 +26,9 @@ class Emacs < Formula end devel do - url 'http://alpha.gnu.org/gnu/emacs/pretest/emacs-24.3.94.tar.xz' - sha256 '5751cac3e1604ad100f9847ff8a429c1b0907b26032152c040e89f294e515bc2' + url 'http://alpha.gnu.org/gnu/emacs/pretest/emacs-24.4-rc1.tar.xz' + sha256 '47e391170db4ca0a3c724530c7050655f6d573a711956b4cd84693c194a9d4fd' + version '24.4-rc1' depends_on "autoconf" => :build depends_on "automake" => :build |
