Skip to content

Commit

Permalink
[bot-automerge] google-cloud-sdk v450.0.0 (#283)
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 Oct 10, 2023
2 parents a48666d + 7419b6e commit af1f8a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion .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 recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set version = "449.0.0" %}
{% set version = "450.0.0" %}

package:
name: google-cloud-sdk
version: {{ version }}

source:
url: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-{{ version }}-linux-x86_64.tar.gz # [linux]
sha256: 219aa8fd4ead0c78fed18f4246ad8703f7837e860f1c106a03216eaa8e74ee19 # [linux]
sha256: 987742b3c202cb8d93e3b558d2c79b079dea2d9e90c960b8123fd273c6451793 # [linux]
url: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-{{ version }}-darwin-x86_64.tar.gz # [osx and build_platform == "osx-64"]
sha256: bf7abac36afa81e60d2e62b90228233c69e93234efd32e77eef910b6764e4be0 # [osx and build_platform == "osx-64"]
sha256: 9fab5e94a8da62e31340f1a7660e2bfe569124919e393c1f35acd5abd2412f82 # [osx and build_platform == "osx-64"]
url: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-{{ version }}-darwin-arm.tar.gz # [osx and build_platform == "osx-arm64"]
sha256: 7802f1cd747331ce0057ec2effb72b73c660fcd0c5554aae871e8843ef25b1d5 # [osx and build_platform == "osx-arm64"]
sha256: e10d849d973febfd23a56137bebe35bc26aa7cb34b5ec8e9e82393a474039e06 # [osx and build_platform == "osx-arm64"]

build:
number: 0
Expand Down

0 comments on commit af1f8a5

Please sign in to comment.