You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
google-cloud-sdk: update to 557.0.0 (#31268)
This commit is contained in:
@@ -4,7 +4,7 @@ PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
|
||||
name google-cloud-sdk
|
||||
version 556.0.0
|
||||
version 557.0.0
|
||||
revision 0
|
||||
categories devel python
|
||||
license Apache-2
|
||||
@@ -21,19 +21,19 @@ supported_archs i386 x86_64 arm64
|
||||
|
||||
if { ${configure.build_arch} eq "i386" } {
|
||||
set arch_classifier x86
|
||||
checksums rmd160 98425ddbec61625405db156737108c213b6c3188 \
|
||||
sha256 954f74d4c618bcee4fb822726ab1999a21e2de8c79a6d2f55309037237c30265 \
|
||||
size 57100526
|
||||
checksums rmd160 c6a377b7e1cccfdf343a94d1646acff899fbbf3a \
|
||||
sha256 930c076927ca69ced9230d85b924c3edd63ec64714843f305f0ab981f38e30f7 \
|
||||
size 57158655
|
||||
} elseif { ${configure.build_arch} eq "x86_64" } {
|
||||
set arch_classifier x86_64
|
||||
checksums rmd160 bb695e7267f9500605bc6a09d035cdce21c62ece \
|
||||
sha256 71c8ca3dcd9dbde06c8eefab5a905bc8b793e86147bd52be307db7a7cb28b2a5 \
|
||||
size 58665796
|
||||
checksums rmd160 1c44802544a9822ba4171c53d7e95ed2ca791152 \
|
||||
sha256 436efaf29642ff62008f651ee92650dc1a1781aac427ccae82de2f023a2592a9 \
|
||||
size 58800982
|
||||
} elseif { ${configure.build_arch} eq "arm64" } {
|
||||
set arch_classifier arm
|
||||
checksums rmd160 f08b426aea9b14ea088b444c96bcfca7b81a6d39 \
|
||||
sha256 d598b2e38093a5827e21fdd5da7a769437eb25405e8961b2ba08ff70dc3cbdcf \
|
||||
size 58595993
|
||||
checksums rmd160 1aed8d2d51fe05e4507c48e89cd53453eba3f1d5 \
|
||||
sha256 f76b36d507defe95bebb2a98a2702c818df786d1e1f57532c51b66b7aedba70d \
|
||||
size 58707938
|
||||
} else {
|
||||
set arch_classifier invalid
|
||||
}
|
||||
@@ -46,8 +46,8 @@ master_sites https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
|
||||
worksrcdir ${name}
|
||||
|
||||
# Most recent Python version that is compatible with both
|
||||
# glcoud (https://cloud.google.com/sdk/docs/install#mac) and
|
||||
# gsutil (https://cloud.google.com/storage/docs/gsutil_install#before_you_begin)
|
||||
# glcoud (https://docs.cloud.google.com/sdk/docs/install-sdk#mac) and
|
||||
# gsutil (https://docs.cloud.google.com/storage/docs/gsutil_install#specifications)
|
||||
python.default_version 313
|
||||
|
||||
post-patch {
|
||||
|
||||
Reference in New Issue
Block a user