diff --git a/Formula/terraform-docs.rb b/Formula/terraform-docs.rb index 445be58dcc..e33becc894 100644 --- a/Formula/terraform-docs.rb +++ b/Formula/terraform-docs.rb @@ -3,8 +3,8 @@ require "language/go" class TerraformDocs < Formula desc "Tool to generate documentation from Terraform modules" homepage "https://github.com/segmentio/terraform-docs" - url "https://github.com/segmentio/terraform-docs/archive/v0.1.0.tar.gz" - sha256 "47e66da75e179e61cde11a785487b8b05970154153c60fc765ef1f93a376abe2" + url "https://github.com/segmentio/terraform-docs/archive/v0.2.0.tar.gz" + sha256 "8f3ed47cfedde0a6e4ab8826b1d87009d06b7c04161363490b0a6c157473a146" head "https://github.com/segmentio/terraform-docs.git" bottle do @@ -18,7 +18,7 @@ class TerraformDocs < Formula go_resource "github.com/hashicorp/hcl" do url "https://github.com/hashicorp/hcl.git", - :revision => "630949a3c5fa3c613328e1b8256052cbc2327c9b" + :revision => "392dba7d905ed5d04a5794ba89f558b27e2ba1ca" end go_resource "github.com/tj/docopt" do