diff options
| author | Marcus Vinicius Ferreira | 2012-07-01 17:46:21 -0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-02 21:28:01 -0700 | 
| commit | 232f1ef8c734d1bb20d961bbbddb38f6e1ec378b (patch) | |
| tree | 98388cf51ddf7545765465f3cf93e8f2332103e7 /Library/Formula/aws-elasticache.rb | |
| parent | 6b39ce217a49cd399cebb8bb9a964d3dd3b943ba (diff) | |
| download | homebrew-232f1ef8c734d1bb20d961bbbddb38f6e1ec378b.tar.bz2 | |
Updated aws-elasticache to 1.6.0
Closes #13143.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/aws-elasticache.rb')
| -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 1e95428ab..90ef89548 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-2011-07-15-1.5.000.zip' -  version '1.5.0' -  md5 '68581c62ef0a820f12294415c60fe45f' +  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' | 
