aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aws-elasticache.rb
diff options
context:
space:
mode:
authorMarcus Vinicius Ferreira2013-09-29 21:32:07 -0300
committerAdam Vandenberg2013-09-30 20:36:51 -0700
commit0272c5b64c0717464cde61331fecc6f2c6b489b3 (patch)
tree1522eb479726b2da50999f129a9e783f74571ff4 /Library/Formula/aws-elasticache.rb
parent791560cbf0e3aa7cb09599a29f64e3bf73aca791 (diff)
downloadhomebrew-0272c5b64c0717464cde61331fecc6f2c6b489b3.tar.bz2
aws-elasticache 1.9.000
Closes #22931. 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 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'