aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehdi Lahmam B2012-02-16 15:13:55 +0100
committerAdam Vandenberg2012-02-16 20:08:10 -0800
commit02f1f9cbe3fb9131dd7985402968d9464f8d6f03 (patch)
treef924cca91356125f9dfb6ac439ad31f70be50469
parent66c0852e4848ad866869a3d8af9d348e301e7fbd (diff)
downloadhomebrew-02f1f9cbe3fb9131dd7985402968d9464f8d6f03.tar.bz2
Gearman-php 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/gearman-php.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gearman-php.rb b/Library/Formula/gearman-php.rb
index a597f6047..e3c9b8f2c 100644
--- a/Library/Formula/gearman-php.rb
+++ b/Library/Formula/gearman-php.rb
@@ -1,9 +1,9 @@
require 'formula'
class GearmanPhp < Formula
- url 'http://pecl.php.net/get/gearman-0.8.0.tgz'
homepage 'http://pecl.php.net/package/gearman'
- md5 '43fd69b1710ddb17af59c91ddeb32cb1'
+ url 'http://pecl.php.net/get/gearman-1.0.1.tgz'
+ md5 'dc576593f18e73aacf3b4430ba9d47d5'
depends_on 'gearman'