homebrew-core/Formula/aws-elasticache.rb
Marcus Vinicius Ferreira 162706dc99 Updated aws-elasticache to 1.6.0
Closes Homebrew/homebrew#13143.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:01 -07:00

18 lines
438 B
Ruby

require 'formula'
class AwsElasticache < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/2310261897259567'
url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2012-03-09-1.6.000.zip'
version '1.6.0'
md5 'd5d5f6ee58105b0d994bde4ff120b867'
depends_on 'ec2-api-tools'
def install
standard_install
end
def caveats
standard_instructions "AWS_ELASTICACHE_HOME"
end
end