From fa2fdef1faa652cd07da2e579cb53953a0e14852 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 11 Jun 2013 12:45:53 -0700 Subject: TeXmacs 1.0.7.19 --- Library/Formula/texmacs.rb | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/texmacs.rb b/Library/Formula/texmacs.rb index eaeedadba..e4e3c634a 100644 --- a/Library/Formula/texmacs.rb +++ b/Library/Formula/texmacs.rb @@ -2,8 +2,8 @@ require 'formula' class Texmacs < Formula homepage 'http://www.texmacs.org' - url 'http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.16-src.tar.gz' - sha1 'bd73a8ff1c5361161cc65c57dfe8e706a1859231' + url 'http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.19-src.tar.gz' + sha1 '855b8252f561b69deb45a3b80f4531a9055ea465' depends_on "qt" depends_on "guile" @@ -17,16 +17,4 @@ class Texmacs < Formula system "make" system "make install" end - - def caveats; <<-EOS.undent - TeXmacs has been installed! You can also check some dependencies : - * Aspell for spell checking - * Gnuplot for inline plotting - * ...and a lot more! - - Usually, TeXmacs detects the dependencies at runtime, so you can install - them at any time. If you encounter any problems and are upgrading from a - previous version of TeXmacs, you can try to remove the ~/.TeXmacs folder. - EOS - end end -- cgit v1.2.3