Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform v0.12.14 #39

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set goname = "github.com/hashicorp/terraform" %}
{% set version = "0.12.13" %}
{% set version = "0.12.14" %}

{% set name = goname.split('/')[-1] %}
{% set pkg_src = ('src/'+goname).replace("/",os.sep) %}
Expand All @@ -13,7 +13,7 @@ source:
# for the git sha&tag to determine its version
- folder: {{ pkg_src }}
url: https://{{ goname }}/archive/v{{version}}.tar.gz
sha256: d8194bb0861755433f7b4c574559a96bec2cd205513e4722f0d841b74b6d4fec
sha256: b512861664fc17c74d9a803d8c043761168b73c8431699a17fe1b0daf4f39a5f

build:
number: 0
Expand Down