0f38f9a6a6
Update aws autoscaling to 1.0.61.6 Closes Homebrew/homebrew#31346. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
16 lines
381 B
Ruby
16 lines
381 B
Ruby
require 'formula'
|
|
|
|
class AutoScaling < AmazonWebServicesFormula
|
|
homepage 'http://aws.amazon.com/developertools/2535'
|
|
url 'http://ec2-downloads.s3.amazonaws.com/AutoScaling-2011-01-01.zip'
|
|
version '1.0.61.6'
|
|
sha1 'd49d6be8c86c331eb442f0729165555b6ed5264a'
|
|
|
|
def install
|
|
standard_install
|
|
end
|
|
|
|
def caveats
|
|
standard_instructions "AWS_AUTO_SCALING_HOME"
|
|
end
|
|
end
|