From fd2ed61e8b25384b8cbc2ce4dd8f61d82402f400 Mon Sep 17 00:00:00 2001 From: Johan K. Jensen Date: Wed, 27 Nov 2013 22:59:18 +0100 Subject: class-dump 3.5 Changed homepage-url and updated class-dump to 3.5 (requires 10.8 and 10.9 SDK) Closes #24717. Signed-off-by: Jack Nagel --- Library/Formula/class-dump.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/class-dump.rb b/Library/Formula/class-dump.rb index 6b01628a6..349ba569d 100644 --- a/Library/Formula/class-dump.rb +++ b/Library/Formula/class-dump.rb @@ -1,12 +1,12 @@ require 'formula' class ClassDump < Formula - homepage 'http://www.codethecode.com/projects/class-dump/' + homepage 'http://stevenygard.com/projects/class-dump/' head 'https://github.com/nygard/class-dump.git' - url 'https://github.com/nygard/class-dump/archive/3.4.tar.gz' - sha1 'd8c16e94ec82979fb0e68503a217bd0c2cd5008f' + url 'https://github.com/nygard/class-dump/archive/3.5.tar.gz' + sha1 'c343bec63878161b02c956f49c9c1c8d989b4b5a' - depends_on :macos => :lion + depends_on :macos => :mavericks def install system "xcodebuild", "-configuration", "Release", "SYMROOT=build", "PREFIX=#{prefix}", "ONLY_ACTIVE_ARCH=YES" -- cgit v1.2.3