From 6fc8b5f02bea4ddd63ee1b6ad2480f06b3239626 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 3 Jun 2014 20:09:55 -0700 Subject: unifdef: quotes --- Library/Formula/unifdef.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/unifdef.rb b/Library/Formula/unifdef.rb index 3bf97ba92..bfafe49ad 100644 --- a/Library/Formula/unifdef.rb +++ b/Library/Formula/unifdef.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Unifdef < Formula - homepage 'http://dotat.at/prog/unifdef/' - url 'http://dotat.at/prog/unifdef/unifdef-2.10.tar.gz' - sha1 '8bc4e4feb914ff4aa164b23230b51d3f526559ac' - head 'https://github.com/fanf2/unifdef.git' + homepage "http://dotat.at/prog/unifdef/" + head "https://github.com/fanf2/unifdef.git" + url "http://dotat.at/prog/unifdef/unifdef-2.10.tar.gz" + sha1 "8bc4e4feb914ff4aa164b23230b51d3f526559ac" keg_only :provided_by_osx, "The unifdef provided by Xcode cannot compile gevent." -- cgit v1.2.3