diff options
| author | Brett Koonce | 2012-12-15 09:45:31 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-15 10:01:05 -0800 |
| commit | fd5ad76d474ef258ae8b02230c7b30c3ee6d9145 (patch) | |
| tree | 20403bb59f84017923ad812a6fa7f3d9de9e2ed3 /Library | |
| parent | 7fc892cad03f7e17fad427a1d7e38ed824557420 (diff) | |
| download | homebrew-fd5ad76d474ef258ae8b02230c7b30c3ee6d9145.tar.bz2 | |
rabbitmq-c 0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rabbitmq-c.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/rabbitmq-c.rb b/Library/Formula/rabbitmq-c.rb index 6ba9d2025..2e49ff0e7 100644 --- a/Library/Formula/rabbitmq-c.rb +++ b/Library/Formula/rabbitmq-c.rb @@ -1,14 +1,14 @@ require 'formula' class RabbitmqCodegen < Formula - url 'http://github.com/rabbitmq/rabbitmq-codegen/tarball/rabbitmq_v2_8_2' - sha1 '628afefe54f6996f7c99ac8c9d5820c5ed2aeaa7' + url 'http://github.com/rabbitmq/rabbitmq-codegen/tarball/rabbitmq_v3_0_1' + sha1 '463ec8983f9078df4c7eef504a2d8daef59f3503' end class RabbitmqC < Formula homepage 'https://github.com/alanxz/rabbitmq-c' - url 'https://github.com/alanxz/rabbitmq-c/tarball/v0.1' - sha1 '57a1f3e69c36d5766df4b3a567552743b12a91d3' + url 'https://github.com/alanxz/rabbitmq-c/archive/0.2.zip' + sha1 'fe9f00b52970505223acf01008a12fa911549425' head 'https://github.com/alanxz/rabbitmq-c.git' |
