diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aws-elasticache.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/aws-elasticache.rb b/Library/Formula/aws-elasticache.rb index ec762be95..0cfa78e8c 100644 --- a/Library/Formula/aws-elasticache.rb +++ b/Library/Formula/aws-elasticache.rb @@ -2,9 +2,9 @@ require 'formula' class AwsElasticache < AmazonWebServicesFormula homepage 'http://aws.amazon.com/developertools/2310261897259567' - url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2012-08-01-1.7.000.zip' - version '1.7.000' - sha1 '5a46ab1e769b32f5de16f7b8d080865dd81750f9' + url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2013-06-15-1.9.000.zip' + version '1.9.000' + sha1 'c8962cc2ea22f88883b38cda2674d1befbed1b71' depends_on 'ec2-api-tools' |
