Skip to content

Commit

Permalink
[bot-automerge] terraform v1.8.4 (#172)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 22, 2024
2 parents 28cbe92 + 77314e1 commit 7d97b14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 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,13 +1,13 @@
{% set name = "terraform" %}
{% set version = "1.8.3" %}
{% set version = "1.8.4" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/hashicorp/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 70d99dd2e217d1f9cd6c71e70afb57eb2b63a4eb8b205f14e82bdc1ca4b7f7b5
sha256: 52c09cb9e8cd94795b469f2fa30d9db96d5fcc691115af10f2b8f67ab19b9365

build:
number: 0
Expand Down

0 comments on commit 7d97b14

Please sign in to comment.