aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kühl2011-02-20 20:33:02 +0100
committerAdam Vandenberg2011-02-21 20:29:50 -0800
commit1a1565ca1049d4840d9a99d04ed29d1f465d2b8a (patch)
tree876598fac4436dba528ed79419cf66d328993de7
parente9cbbd9d159ec5e267db0e14e81877eb4ba63a22 (diff)
downloadhomebrew-1a1565ca1049d4840d9a99d04ed29d1f465d2b8a.tar.bz2
Updated formula: `ghostscript` version 9.01
Also: The caveats reference an old and closed issue. Remove them. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/ghostscript.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb
index cfa45790e..80befa1cb 100644
--- a/Library/Formula/ghostscript.rb
+++ b/Library/Formula/ghostscript.rb
@@ -7,9 +7,9 @@ class GhostscriptFonts <Formula
end
class Ghostscript <Formula
- url 'http://ghostscript.com/releases/ghostscript-9.00.tar.bz2'
+ url 'http://ghostscript.com/releases/ghostscript-9.01.tar.bz2'
homepage 'http://www.ghostscript.com/'
- md5 '177c33b796ed28d3d568e230a6dbdba5'
+ md5 '9824d6a21ad8b4a831f67601959f1181'
depends_on 'pkg-config' => :build
depends_on 'jpeg'
@@ -51,13 +51,4 @@ class Ghostscript <Formula
(man+'de').rmtree
end
-
- def caveats
- <<-EOS.undent
- There have been reports that installing Ghostscript can break printing on OS X:
- https://github.com/mxcl/homebrew/issues/issue/528
-
- If your printing doesn't break, please comment on the issue! Thanks.
- EOS
- end
end