upgraded elb-tools to latest version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
aa20f7375d
commit
38dc526fdc
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue