homebrew-core/Formula/auto-scaling.rb
Steve Moss fcfdeef7fd auto-scaling 1.0.61.5
Updated auto-scaling to latest version and sha1sum

Closes Homebrew/homebrew#28936.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-03 13:02:14 -07: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.5'
sha1 'c820f09f0b95bf2f320896d0dbeacc71d8df9f0e'
def install
standard_install
end
def caveats
standard_instructions "AWS_AUTO_SCALING_HOME"
end
end