aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elb-tools.rb
diff options
context:
space:
mode:
authorKeith Fitzgerald2010-11-29 11:18:20 -0500
committerAdam Vandenberg2010-11-29 08:32:55 -0800
commit2d2cd62fc7947b965ecfad0d187b51e3534c7ea9 (patch)
tree8a3078053e948406499465ad0fd0ab0a0989b0ba /Library/Formula/elb-tools.rb
parentdd68b47bd403ebe44896bfc47392f80ae5bf1a73 (diff)
downloadhomebrew-2d2cd62fc7947b965ecfad0d187b51e3534c7ea9.tar.bz2
upgraded elb-tools to latest version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/elb-tools.rb')
-rw-r--r--Library/Formula/elb-tools.rb7
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