php-mongo 1.2.2: 1.2.3 fails to compile for some users
This commit is contained in:
parent
31089d7d10
commit
5e4feb23ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue