diff options
| author | Adam Vandenberg | 2011-06-06 07:23:09 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-06 07:23:09 -0700 | 
| commit | 34b05b1a5ef77ea2ef44d59ae5741a605e013733 (patch) | |
| tree | 007d698717865bfdf01d30121cbb3ff14a9b785c | |
| parent | 1800d8c49d76724292a9fbd5757c72599d97ef6e (diff) | |
| download | homebrew-34b05b1a5ef77ea2ef44d59ae5741a605e013733.tar.bz2 | |
AWSCloudFormation 1.0.7
| -rw-r--r-- | Library/Formula/aws-cfn-tools.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/aws-cfn-tools.rb b/Library/Formula/aws-cfn-tools.rb index 9f58fb706..0ef137147 100644 --- a/Library/Formula/aws-cfn-tools.rb +++ b/Library/Formula/aws-cfn-tools.rb @@ -3,11 +3,11 @@ require 'formula'  # Require ec2-api-tools to get the base class  require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class AwsCfnTools <AmazonWebServicesFormula +class AwsCfnTools < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/AWS-CloudFormation/2555753788650372'    url 'https://s3.amazonaws.com/cloudformation-cli/AWSCloudFormation-cli.zip' -  version '1.0.6' -  md5 'f3bff05e8e5e1a169e5f247077583b6e' +  version '1.0.7' +  md5 '0ba857ef6beca08c20f5d57a31585098'    depends_on 'ec2-api-tools'  | 
