From 6710070e4dc4b30b5550ed78526c80118d60d2c2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 18 Feb 2014 17:49:03 -0500 Subject: [PATCH] thrift: use spec deps --- Formula/thrift.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/thrift.rb b/Formula/thrift.rb index 6a926c0d33..a3a2d60323 100644 --- a/Formula/thrift.rb +++ b/Formula/thrift.rb @@ -5,9 +5,9 @@ class Thrift < Formula url 'http://archive.apache.org/dist/thrift/0.9.1/thrift-0.9.1.tar.gz' sha1 'dc54a54f8dc706ffddcd3e8c6cd5301c931af1cc' - head 'https://git-wip-us.apache.org/repos/asf/thrift.git' + head do + url 'https://git-wip-us.apache.org/repos/asf/thrift.git' - unless build.stable? depends_on :autoconf depends_on :automake depends_on :libtool