diff options
| author | Marcus Vinicius Ferreira | 2012-12-14 16:01:32 -0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-14 10:04:45 -0800 |
| commit | 0848bcf579c224c37d6c2373579331e5eef63b48 (patch) | |
| tree | d065853f29e9e24bb4f2801fcefec1e22de6baa7 /Library/Formula | |
| parent | 94aee2a363e1b6a2951ffa174e81e38d0d569525 (diff) | |
| download | homebrew-0848bcf579c224c37d6c2373579331e5eef63b48.tar.bz2 | |
aws-elasticache 1.7.000
Closes #16575.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 34767c160..2cc2bc04b 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-03-09-1.6.001.zip' - version '1.6.001' - sha1 '926ad40c8de4148ba14d3ea472cc56cbf445fc36' + url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2012-08-01-1.7.000.zip' + version '1.7.000' + sha1 '5a46ab1e769b32f5de16f7b8d080865dd81750f9' depends_on 'ec2-api-tools' |
