# -*- 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

PortSystem          1.0
PortGroup           go_toolchain 1.0

# This toolchain is installable further back than `go` will choose it. Its
# platforms line comes from go_toolchain.min_darwin, which records where the
# release loads; `go` follows go_toolchain.min_default, which holds this
# series at 11 Big Sur until it has been built and used below that. So on
# 10.13 through 10.15 this port can be installed while `go` still provides an
# older series. See the go_toolchain PortGroup.
go_toolchain.setup  1.24.13
revision            2

checksums           \
                    go1.24.13.src.tar.gz \
                    rmd160  58bf09c700493823192e64de767158f284c6c9a3 \
                    sha256  639a6204c2486b137df1eb6e78ee3ed038f9877d0e4b5a465e796a2153f858d7 \
                    size    30802752 \
                    go1.24.13.darwin-arm64.tar.gz \
                    rmd160  c35cec97b7f5cccf90e9d63f6c962fe0264a5718 \
                    sha256  f282d882c3353485e2fc6c634606d85caf36e855167d59b996dbeae19fa7629a \
                    size    76442495 \
                    go1.24.13.darwin-amd64.tar.gz \
                    rmd160  a65c5593bb244b6f71ac3ac4b899ab3ba5672650 \
                    sha256  6cc6549b06725220b342b740497ffd24e0ebdcef75781a77931ca199f46ad781 \
                    size    80145725
