diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 83979da7d..30dae4dd6 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -1,8 +1,8 @@ require 'formula' class Emacs <Formula - url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.2.tar.bz2' - md5 '057a0379f2f6b85fb114d8c723c79ce2' + url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3.tar.bz2' + md5 'a673c163b4714362b94ff6096e4d784a' homepage 'http://www.gnu.org/software/emacs/' if ARGV.include? "--use-git-head" |
