terraform@0.11: add 0.11.14 bottle.
This commit is contained in:
parent
b7d709d18a
commit
757f6b78c6
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class TerraformAT011 < Formula
|
|||
url "https://github.com/hashicorp/terraform/archive/v0.11.14.tar.gz"
|
||||
sha256 "50b75c94c4d3bfe44cfc12c740126747b6b34c014602777154356caa85a783f4"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "4460e332118c477f7389093d533e63752469973487275f1d656a80974d723888" => :mojave
|
||||
sha256 "a7b28af5ba3c9f06614eef3ca71653fbfacc3ff62abbaa75f4c187f996584af8" => :high_sierra
|
||||
sha256 "eb5d3500ed06ce55c984e79a317050b4483b25774bf6a77147dfdb2c3746fa25" => :sierra
|
||||
end
|
||||
|
||||
keg_only :versioned_formula
|
||||
|
||||
depends_on "go" => :build
|
||||
|
|
Loading…
Reference in a new issue