AWSCloudFormation 1.0.7
This commit is contained in:
parent
ec739943e8
commit
2fad4e5fcb
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@ require 'formula'
|
|||
# Require ec2-api-tools to get the base class
|
||||
require "#{File.dirname __FILE__}/ec2-api-tools.rb"
|
||||
|
||||
class AwsCfnTools <AmazonWebServicesFormula
|
||||
class AwsCfnTools < AmazonWebServicesFormula
|
||||
homepage 'http://aws.amazon.com/developertools/AWS-CloudFormation/2555753788650372'
|
||||
url 'https://s3.amazonaws.com/cloudformation-cli/AWSCloudFormation-cli.zip'
|
||||
version '1.0.6'
|
||||
md5 'f3bff05e8e5e1a169e5f247077583b6e'
|
||||
version '1.0.7'
|
||||
md5 '0ba857ef6beca08c20f5d57a31585098'
|
||||
|
||||
depends_on 'ec2-api-tools'
|
||||
|
||||
|
|
Loading…
Reference in a new issue