diff options
Diffstat (limited to 'Library/Formula/elb-tools.rb')
| -rw-r--r-- | Library/Formula/elb-tools.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/elb-tools.rb b/Library/Formula/elb-tools.rb index 1ed50e9c2..0689811c5 100644 --- a/Library/Formula/elb-tools.rb +++ b/Library/Formula/elb-tools.rb @@ -6,11 +6,12 @@ require "#{File.dirname __FILE__}/ec2-api-tools.rb"  class ElbTools <AmazonWebServicesFormula    homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=251&externalID=2536'    url 'http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.zip' -  version '1.0.9.3' -  md5 'ffe5cacb93f2f281996fbe8b501da5ac' +  version '1.0.10.0' +  md5 '3b3bc3bb4716b026c4a8d8a3514d338e' + +  depends_on 'ec2-api-tools'    def install -    rm "bin/.COMPONENT_CACHED"      standard_install    end  | 
