Skip to content

Commit

Permalink
Merge pull request #207 from regro-cf-autotick-bot/1.21.6_hf648fb
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Jan 9, 2024
2 parents f97af83 + 94b8407 commit 9cd5731
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
14 changes: 12 additions & 2 deletions .gitignore

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

12 changes: 6 additions & 6 deletions README.md

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

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "go" %}
{% set version = "1.21.5" %}
{% set version = "1.21.6" %}

package:
name: {{ name }}-{{ go_variant_str }}
Expand All @@ -8,7 +8,7 @@ package:
source:
- folder: go
url: https://dl.google.com/{{ name }}/go{{ version }}.src.tar.gz
sha256: 285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19
sha256: 124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248
patches:
# Please see patches/README.md for more details
- patches/0001-Fix-cgo_fortran-test-setup-for-conda.patch
Expand All @@ -22,22 +22,22 @@ source:
# Update this with a release from https://go.dev/dl/
- folder: go-bootstrap # [aarch64 or ppc64le or osx or win64 or (linux and x86_64)]
url: https://go.dev/dl/go{{ version }}.linux-arm64.tar.gz # [aarch64]
sha256: 841cced7ecda9b2014f139f5bab5ae31785f35399f236b8b3e75dff2a2978d96 # [aarch64]
sha256: e2e8aa88e1b5170a0d495d7d9c766af2b2b6c6925a8f8956d834ad6b4cacbd9a # [aarch64]

url: https://go.dev/dl/go{{ version }}.linux-amd64.tar.gz # [linux and x86_64]
sha256: e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e # [linux and x86_64]
sha256: 3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 # [linux and x86_64]

url: https://go.dev/dl/go{{ version }}.linux-ppc64le.tar.gz # [ppc64le]
sha256: 907b8c6ec4be9b184952e5d3493be66b1746442394a8bc78556c56834cd7c38b # [ppc64le]
sha256: e872b1e9a3f2f08fd4554615a32ca9123a4ba877ab6d19d36abc3424f86bc07f # [ppc64le]

url: https://go.dev/dl/go{{ version }}.windows-amd64.zip # [win64]
sha256: bbe603cde7c9dee658f45164b4d06de1eff6e6e6b800100824e7c00d56a9a92f # [win64]
sha256: 27ac9dd6e66fb3fd0acfa6792ff053c86e7d2c055b022f4b5d53bfddec9e3301 # [win64]

# url: https://go.dev/dl/go{{ version }}.darwin-arm64.tar.gz # [osx and arm64]
# sha256: 49e394ab92bc6fa3df3d27298ddf3e4491f99477bee9dd4934525a526f3a391c # [osx and arm64]

url: https://go.dev/dl/go{{ version }}.darwin-amd64.tar.gz # [osx]
sha256: a2e1d5743e896e5fe1e7d96479c0a769254aed18cf216cf8f4c3a2300a9b3923 # [osx]
sha256: 31d6ecca09010ab351e51343a5af81d678902061fee871f912bdd5ef4d778850 # [osx]

build:
binary_relocation: false
Expand Down

0 comments on commit 9cd5731

Please sign in to comment.