homebrew-core/Formula/auto-scaling.rb
Jack Nagel 4ce336c8ac auto-scaling 1.0.61.1
Fixes Homebrew/homebrew#15032.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-20 22:55:05 -05:00

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.1'
sha1 '70fe87756f37dcfc412b6013d71e687dee6cb1c5'
def install
standard_install
end
def caveats
standard_instructions "AWS_AUTO_SCALING_HOME"
end
end