Skip to content

Commit

Permalink
Merge pull request #11 from regro-cf-autotick-bot/3.8.0_hc555b8
Browse files Browse the repository at this point in the history
go-sops v3.8.0
  • Loading branch information
fhoehle committed Sep 17, 2023
2 parents 79201ca + 0df2541 commit b4306ff
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

9 changes: 6 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '15'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '15'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

14 changes: 7 additions & 7 deletions .scripts/run_osx_build.sh

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

8 changes: 4 additions & 4 deletions README.md

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set import_path = "github.com/mozilla/sops" %}
{% set version = "3.7.3" %}
{% set import_path = "github.com/getsops/sops" %}
{% set version = "3.8.0" %}

{% set name = import_path.split('/')[-1] %}
{% set pkg_src = ('src/'+import_path).replace("/", os.sep) %}
Expand All @@ -10,13 +10,13 @@ package:

source:
url: https://{{ import_path }}/archive/v{{ version }}.tar.gz
sha256: 0e563f0c01c011ba52dd38602ac3ab0d4378f01edfa83063a00102587410ac38
sha256: 14fa25f2d6177c5444934612398426a8de3caf59348eae8cc228291cf750288a

build:
number: 0
script:
- go build -v -o $PREFIX/bin/sops go.mozilla.org/sops/v3/cmd/sops # [not win]
- go build -v -o %LIBRARY_PREFIX%/bin/sops.exe go.mozilla.org/sops/v3/cmd/sops # [win]
- go build -v -o $PREFIX/bin/sops github.com/getsops/sops/v3/cmd/sops # [not win]
- go build -v -o %LIBRARY_PREFIX%/bin/sops.exe github.com/getsops/sops/v3/cmd/sops # [win]

requirements:
build:
Expand Down

0 comments on commit b4306ff

Please sign in to comment.