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

google-cloud-sdk: update to 511.0.0 #27737

Merged
merged 1 commit into from
Feb 22, 2025
Merged
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
20 changes: 10 additions & 10 deletions devel/google-cloud-sdk/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/google-cloud-sdk/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test google-cloud-sdk: Warning: google-cloud-sdk is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/libexec/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/_crcfunext.so Warning:

Check warning on line 1 in devel/google-cloud-sdk/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test google-cloud-sdk: Warning: google-cloud-sdk is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/libexec/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/_crcfunext.so Warning:

Check warning on line 1 in devel/google-cloud-sdk/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test google-cloud-sdk: Warning: google-cloud-sdk is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/libexec/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/_crcfunext.so Warning:

PortSystem 1.0
PortGroup python 1.0

name google-cloud-sdk
version 510.0.0
version 511.0.0
revision 0
categories devel python
license Apache-2
Expand All @@ -21,19 +21,19 @@

if { ${configure.build_arch} eq "i386" } {
distname ${name}-${version}-darwin-x86
checksums rmd160 daf7bc81c9f11a60b8e667b5d41d7b89617a486b \
sha256 87c3f16b6bf951876ff2fdd099730fe033c20dd7e2d42f5e8d8ebc40523884dd \
size 53754651
checksums rmd160 7414f6c085882a9f2fe5b25ce117b77984b2318b \
sha256 c0fdf1937563db114adebaefec229ebe08970108dffdd485d4c5a580b9a3fc11 \
size 53846067
} elseif { ${configure.build_arch} eq "x86_64" } {
distname ${name}-${version}-darwin-x86_64
checksums rmd160 234efa213c9fdcb14274da404e5c91eb14197469 \
sha256 fe9ad9ba28f2cc1e7d5ea26731544855b945a14021e339edbbd9fb3e59db2678 \
size 55223062
checksums rmd160 769566e14d3a591cce8c84ae6692cff48d74323d \
sha256 564bb4d825fda5fcf1b893166e2ae2fb79dcffb354399ace6383a014580c6f28 \
size 55317393
} elseif { ${configure.build_arch} eq "arm64" } {
distname ${name}-${version}-darwin-arm
checksums rmd160 4ffb05b5d78b1a8a8d8eca7dd77b18f34bb6da4d \
sha256 afab9cca64ef77fe9deb1d4efa680695631fc8d4548c867d777098d4b574b932 \
size 55162908
checksums rmd160 c4be212eae6f68de5ac1bf7e057c621700e3bc49 \
sha256 d4e9a8654b9bc25abe42501bbde44299eb17535edf775b16a2a5861d4c77924f \
size 55255981
}

homepage https://cloud.google.com/sdk/
Expand Down