aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aws-elasticache.rb
diff options
context:
space:
mode:
authorChris Adams2012-09-11 15:51:37 -0400
committerAdam Vandenberg2012-09-12 18:29:47 -0700
commitb0e86792f84c62671299be807cf37f4924982f12 (patch)
tree395dc91cb0df1d65146bf15efc867554dc12ae66 /Library/Formula/aws-elasticache.rb
parentbc8f51a1ea74cb5f8da3445866cd1ecd293bff7b (diff)
downloadhomebrew-b0e86792f84c62671299be807cf37f4924982f12.tar.bz2
AmazonElastiCacheCli 2012-03-09-1.6.001
Closes #14861. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/aws-elasticache.rb')
-rw-r--r--Library/Formula/aws-elasticache.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/aws-elasticache.rb b/Library/Formula/aws-elasticache.rb
index 61cc15219..34767c160 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.000.zip'
- version '1.6.0'
- sha1 '1a45d1575d4806b432c9da38d9d4b2cadcaaac49'
+ url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2012-03-09-1.6.001.zip'
+ version '1.6.001'
+ sha1 '926ad40c8de4148ba14d3ea472cc56cbf445fc36'
depends_on 'ec2-api-tools'