aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-06-21 19:50:34 -0500
committerJack Nagel2014-06-21 19:53:35 -0500
commit13bdc02628e2ccc25c0d7652d42c8700a6781dc9 (patch)
tree4005fb51827183a6d445ac693b48edd0d42f964a /Library/Formula
parent987c751fba7794a3b25f3ee4d8cb01741a9ad003 (diff)
downloadhomebrew-13bdc02628e2ccc25c0d7652d42c8700a6781dc9.tar.bz2
bdw-gc 7.4.2
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bdw-gc.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/bdw-gc.rb b/Library/Formula/bdw-gc.rb
index 9364e211e..28d303616 100644
--- a/Library/Formula/bdw-gc.rb
+++ b/Library/Formula/bdw-gc.rb
@@ -1,12 +1,12 @@
-require 'formula'
+require "formula"
class BdwGc < Formula
- homepage 'http://www.hboehm.info/gc/'
- url 'http://www.hboehm.info/gc/gc_source/gc-7.4.0.tar.gz'
- sha1 '82f031a5a6db004df3cf8f1b1e72dd6b313ab032'
+ homepage "http://www.hboehm.info/gc/"
+ url "http://www.hboehm.info/gc/gc_source/gc-7.4.2.tar.gz"
+ sha1 "cd4a54620c38a2c361b3ee99dd134dbffb57c313"
- depends_on "libatomic_ops"
- depends_on 'pkg-config' => :build
+ depends_on "pkg-config" => :build
+ depends_on "libatomic_ops" => :build
bottle do
cellar :any