php-mongo 1.2.2: 1.2.3 fails to compile for some users

This commit is contained in:
Adam Vandenberg 2011-08-19 09:33:08 -07:00
parent 31089d7d10
commit 5e4feb23ec

View file

@ -1,9 +1,9 @@
require 'formula'
class MongoPhp < Formula
url 'http://pecl.php.net/get/mongo-1.2.3.tgz'
url 'http://pecl.php.net/get/mongo-1.2.2.tgz'
homepage 'http://pecl.php.net/package/mongo'
md5 'bf298caba7301737375dbf41a83022a9'
md5 'b589a922222bfe5a13e5b18359e87437'
def install
Dir.chdir "mongo-#{version}" do