unifdef: quotes
This commit is contained in:
parent
e4535979a5
commit
f45e18751d
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require "formula"
|
||||||
|
|
||||||
class Unifdef < Formula
|
class Unifdef < Formula
|
||||||
homepage 'http://dotat.at/prog/unifdef/'
|
homepage "http://dotat.at/prog/unifdef/"
|
||||||
url 'http://dotat.at/prog/unifdef/unifdef-2.10.tar.gz'
|
head "https://github.com/fanf2/unifdef.git"
|
||||||
sha1 '8bc4e4feb914ff4aa164b23230b51d3f526559ac'
|
url "http://dotat.at/prog/unifdef/unifdef-2.10.tar.gz"
|
||||||
head 'https://github.com/fanf2/unifdef.git'
|
sha1 "8bc4e4feb914ff4aa164b23230b51d3f526559ac"
|
||||||
|
|
||||||
keg_only :provided_by_osx,
|
keg_only :provided_by_osx,
|
||||||
"The unifdef provided by Xcode cannot compile gevent."
|
"The unifdef provided by Xcode cannot compile gevent."
|
||||||
|
|
Loading…
Reference in a new issue