diff options
| author | Brett Koonce | 2014-03-16 10:28:04 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-03-16 11:14:56 -0500 |
| commit | cb47920b7b4dba54fffe261b6caeb801850e93d6 (patch) | |
| tree | 6865c21c31e7d25a641c967359d67dc0c379aee3 | |
| parent | f26098e75d72c2026d3e950f60cf80921614cfa9 (diff) | |
| download | homebrew-cb47920b7b4dba54fffe261b6caeb801850e93d6.tar.bz2 | |
rabbitmq-c: rabbitmq-codegen v3_2_4
| -rw-r--r-- | Library/Formula/rabbitmq-c.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rabbitmq-c.rb b/Library/Formula/rabbitmq-c.rb index 2b02b1f18..ab17fc176 100644 --- a/Library/Formula/rabbitmq-c.rb +++ b/Library/Formula/rabbitmq-c.rb @@ -17,8 +17,8 @@ class RabbitmqC < Formula depends_on 'simplejson' => :python if MacOS.version <= :leopard resource 'codegen' do - url 'https://github.com/rabbitmq/rabbitmq-codegen/archive/rabbitmq_v3_2_3.tar.gz' - sha1 '67a0857e78b5cfce7ea8c433313faa60dc557f9a' + url 'https://github.com/rabbitmq/rabbitmq-codegen/archive/rabbitmq_v3_2_4.tar.gz' + sha1 '936d66a98e00cb1c2921fa13c5ec1bc8f83d33ad' end def install |
