diff options
| author | John Claus | 2014-07-21 09:26:22 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-07-21 10:39:43 -0500 |
| commit | dc3953dd0c03ca88d8d3083021f335f03027f0b6 (patch) | |
| tree | 6ec02ba3a3f14114ce33a1dec37e3e778ffdacd6 /Library/Formula | |
| parent | 1c360c16f5cc451fd1cfe8f757440d856e8b338a (diff) | |
| download | homebrew-dc3953dd0c03ca88d8d3083021f335f03027f0b6.tar.bz2 | |
ec2-ami-tools-1.5.3
Closes #31010.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ec2-ami-tools.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ec2-ami-tools.rb b/Library/Formula/ec2-ami-tools.rb index 9160b1e6a..ef1552e0f 100644 --- a/Library/Formula/ec2-ami-tools.rb +++ b/Library/Formula/ec2-ami-tools.rb @@ -2,8 +2,8 @@ require 'formula' class Ec2AmiTools < AmazonWebServicesFormula homepage 'http://aws.amazon.com/developertools/368' - url 'http://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.2.zip' - sha1 '1ee8ec20717426d4f516422b63107bde1421a085' + url 'http://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.3.zip' + sha1 'a12a4b4cb9d602e70a51dcf0daad35b412828e4e' def install standard_install |
