diff options
| author | Marcus Vinicius Ferreira | 2012-07-01 17:00:46 -0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-02 21:28:00 -0700 | 
| commit | b22e9dadca3a772e5276bec7bf811203dbac2711 (patch) | |
| tree | 5350a299df08de652d58509544f073c18878c437 /Library/Formula/ec2-api-tools.rb | |
| parent | bb719ef11c8989dfa3d920baee279df7b512f1e9 (diff) | |
| download | homebrew-b22e9dadca3a772e5276bec7bf811203dbac2711.tar.bz2 | |
Updated ec2-api-tools to 1.5.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ec2-api-tools.rb')
| -rw-r--r-- | Library/Formula/ec2-api-tools.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ec2-api-tools.rb b/Library/Formula/ec2-api-tools.rb index 301c11e71..036c26901 100644 --- a/Library/Formula/ec2-api-tools.rb +++ b/Library/Formula/ec2-api-tools.rb @@ -2,8 +2,8 @@ require 'formula'  class Ec2ApiTools < AmazonWebServicesFormula    homepage 'http://aws.amazon.com/developertools/351' -  url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.5.2.5.zip' -  md5 'a9926c03fe3c05ff2e7fed3ae1b31634' +  url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.5.5.0.zip' +  md5 '51c79657e921cfaaea8d0bff98bbc24b'    def install      standard_install  | 
