diff options
| author | Baptiste Fontaine | 2015-01-20 10:23:07 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-21 12:55:40 -0500 |
| commit | 92c2f34a4a77793687961f76992a87e7b320791c (patch) | |
| tree | 582278a374d66d117b2191fce91e7a8bf7232d65 /Library/Formula | |
| parent | f969d9b54582d882f88b84726f25b12d177a7d11 (diff) | |
| download | homebrew-92c2f34a4a77793687961f76992a87e7b320791c.tar.bz2 | |
ec2-ami-tools 1.5.6
Closes #36055.
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 3053c8fac..132d2472d 100644 --- a/Library/Formula/ec2-ami-tools.rb +++ b/Library/Formula/ec2-ami-tools.rb @@ -1,7 +1,7 @@ class Ec2AmiTools < AmazonWebServicesFormula homepage "https://aws.amazon.com/developertools/368" - url "https://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.3.zip" - sha1 "a12a4b4cb9d602e70a51dcf0daad35b412828e4e" + url "https://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.6.zip" + sha1 "cb1a0e807e6e4e473a5a462633cb9990ec851093" def caveats standard_instructions "EC2_AMITOOL_HOME" |
