aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs.rb
diff options
context:
space:
mode:
authorAku Kotkavuo2012-08-28 16:12:07 +0300
committerAdam Vandenberg2012-08-28 06:41:38 -0700
commit6cacd8c4c54811662b296c67d4466707acfe6595 (patch)
treeb455b52be86835c68bde07ca26003e2d7d47bd74 /Library/Formula/emacs.rb
parent8340d6e679cc58cced29721cbe3445ff5dcd511d (diff)
downloadhomebrew-6cacd8c4c54811662b296c67d4466707acfe6595.tar.bz2
Emacs 24.2
Closes #14498. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/emacs.rb')
-rw-r--r--Library/Formula/emacs.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index c51515e68..1bf9072d0 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -2,9 +2,9 @@ require 'formula'
class Emacs < Formula
homepage 'http://www.gnu.org/software/emacs/'
- url 'http://ftpmirror.gnu.org/emacs/emacs-24.1.tar.bz2'
- mirror 'http://ftp.gnu.org/pub/gnu/emacs/emacs-24.1.tar.bz2'
- sha1 'ab22d5bf2072d04faa4aebf819fef3dfe44aacca'
+ url 'http://ftpmirror.gnu.org/emacs/emacs-24.2.tar.bz2'
+ mirror 'http://ftp.gnu.org/pub/gnu/emacs/emacs-24.2.tar.bz2'
+ sha1 '38e8fbc9573b70a123358b155cf55c274b5a56cf'
option "cocoa", "Build a Cocoa version of emacs"
option "srgb", "Enable sRGB colors in the Cocoa version of emacs"