aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-15 10:44:01 -0800
committerAdam Vandenberg2013-12-15 10:44:01 -0800
commitd84fffd80c04a9d03398b61b39e7cd9ea9fb872f (patch)
treeec068c2ffc49702a57858812f5d9dc6ae3775ba4 /Library/Formula
parent479b4690ef7af48d83c3f41047c2bb901e6dd567 (diff)
downloadhomebrew-d84fffd80c04a9d03398b61b39e7cd9ea9fb872f.tar.bz2
graphviz: update devel
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/graphviz.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 8129a19e2..d824b9950 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -6,8 +6,8 @@ class Graphviz < Formula
sha1 '5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
devel do
- url 'http://graphviz.org/pub/graphviz/development/SOURCES/graphviz-2.35.20131207.0545.tar.gz'
- sha1 '0f2223083c1fb7fc280d307bee3df9c9a401ca98'
+ url 'http://graphviz.org/pub/graphviz/development/SOURCES/graphviz-2.35.20131215.0545.tar.gz'
+ sha1 '6eb9c3b6f842ae094feaa37a3e91c8d572b72e38'
end
# To find Ruby and Co.
@@ -65,7 +65,6 @@ class Graphviz < Formula
system "make install"
if build.include? 'with-app'
- # build Graphviz.app
cd "macosx" do
system "xcodebuild", "-configuration", "Release", "SYMROOT=build", "PREFIX=#{prefix}", "ONLY_ACTIVE_ARCH=YES"
end