diff options
| author | Adam Vandenberg | 2011-06-06 07:26:05 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-06 07:26:05 -0700 |
| commit | 066acdac50fc840dd48b5a8e4ff8bfbdcefa8331 (patch) | |
| tree | ef6247f87a141a4eea35144802ce52ff7d66e209 /Library/Formula | |
| parent | 1df08d33a8f5560424b8f1b03351de9866982b3e (diff) | |
| download | homebrew-066acdac50fc840dd48b5a8e4ff8bfbdcefa8331.tar.bz2 | |
Fix audit warnings in Amazon formulae
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/auto-scaling.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/cloud-watch.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/ec2-ami-tools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/elb-tools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/rds-command-line-tools.rb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/auto-scaling.rb b/Library/Formula/auto-scaling.rb index 4944fae9e..e674cbcf3 100644 --- a/Library/Formula/auto-scaling.rb +++ b/Library/Formula/auto-scaling.rb @@ -3,7 +3,7 @@ require 'formula' # Require ec2-api-tools to get the base class require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class AutoScaling <AmazonWebServicesFormula +class AutoScaling < AmazonWebServicesFormula version '1.0.33.1' homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2535&categoryID=251' url 'http://ec2-downloads.s3.amazonaws.com/AutoScaling-2010-08-01.zip' diff --git a/Library/Formula/cloud-watch.rb b/Library/Formula/cloud-watch.rb index 8f81f1095..78015c7c2 100644 --- a/Library/Formula/cloud-watch.rb +++ b/Library/Formula/cloud-watch.rb @@ -3,7 +3,7 @@ require 'formula' # Require ec2-api-tools to get the base class require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class CloudWatch <AmazonWebServicesFormula +class CloudWatch < AmazonWebServicesFormula version '1.0.9.3' homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2534&categoryID=251' url 'http://ec2-downloads.s3.amazonaws.com/CloudWatch-2010-08-01.zip' diff --git a/Library/Formula/ec2-ami-tools.rb b/Library/Formula/ec2-ami-tools.rb index 1ca9c7b30..656298cc9 100644 --- a/Library/Formula/ec2-ami-tools.rb +++ b/Library/Formula/ec2-ami-tools.rb @@ -3,7 +3,7 @@ require 'formula' # Require ec2-api-tools to get the base class require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class Ec2AmiTools <AmazonWebServicesFormula +class Ec2AmiTools < AmazonWebServicesFormula homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368' url 'http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools-1.3-45758.zip' md5 'b3fd0dd779277ba40f0f234bfa309135' diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index 45956e25d..56950c1ce 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -39,7 +39,7 @@ class AmazonWebServicesFormula < Formula end end -class Ec2ApiTools <AmazonWebServicesFormula +class Ec2ApiTools < AmazonWebServicesFormula homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351' url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.4.2.2.zip' md5 'cdba94d87579823b4d043f629be338f0' diff --git a/Library/Formula/elb-tools.rb b/Library/Formula/elb-tools.rb index 5f3a8024c..0b0175e6c 100644 --- a/Library/Formula/elb-tools.rb +++ b/Library/Formula/elb-tools.rb @@ -3,7 +3,7 @@ require 'formula' # Require ec2-api-tools to get the base class require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class ElbTools <AmazonWebServicesFormula +class ElbTools < AmazonWebServicesFormula homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=251&externalID=2536' url 'http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.zip' version '1.0.12.0' diff --git a/Library/Formula/rds-command-line-tools.rb b/Library/Formula/rds-command-line-tools.rb index 132374477..70a74a8fc 100644 --- a/Library/Formula/rds-command-line-tools.rb +++ b/Library/Formula/rds-command-line-tools.rb @@ -3,7 +3,7 @@ require 'formula' # Require ec2-api-tools to get the base class require "#{File.dirname __FILE__}/ec2-api-tools.rb" -class RdsCommandLineTools <AmazonWebServicesFormula +class RdsCommandLineTools < AmazonWebServicesFormula homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2928' url 'http://s3.amazonaws.com/rds-downloads/RDSCli-1.3.003.zip' md5 '01a0751b5e0b7a8a6c0097a579739394' |
