diff options
| author | Marcus Vinicius Ferreira | 2013-09-29 21:32:07 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-30 20:36:51 -0700 |
| commit | 0272c5b64c0717464cde61331fecc6f2c6b489b3 (patch) | |
| tree | 1522eb479726b2da50999f129a9e783f74571ff4 | |
| parent | 791560cbf0e3aa7cb09599a29f64e3bf73aca791 (diff) | |
| download | homebrew-0272c5b64c0717464cde61331fecc6f2c6b489b3.tar.bz2 | |
aws-elasticache 1.9.000
Closes #22931.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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' |
