diff options
| author | Stefhen Hovland | 2012-03-21 23:45:31 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-22 08:04:17 -0700 | 
| commit | 929b98410137422df7d73f58425d09001b3e0fe2 (patch) | |
| tree | 7b31998b8dc6a3c466659b28cecc7a78f92be10c /Library/Formula/ec2-api-tools.rb | |
| parent | 2c934f1c96d1f1751888899611391e194d539e9a (diff) | |
| download | homebrew-929b98410137422df7d73f58425d09001b3e0fe2.tar.bz2 | |
ec2-api-tools 1.5.2.5
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 878170d9f..301c11e71 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.4.zip' -  md5 '928967de271e15d3d1518730f384600f' +  url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.5.2.5.zip' +  md5 'a9926c03fe3c05ff2e7fed3ae1b31634'    def install      standard_install  | 
