Updated aws-elasticache to 1.6.0
Closes Homebrew/homebrew#13143. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ecf7afa35d
commit
162706dc99
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue