Skip to content

Commit e9d410b

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 23150b2 commit e9d410b

File tree

8 files changed

+50
-50
lines changed

8 files changed

+50
-50
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'cert-manager/cmctl'
2121

2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525
# the tags so `git describe` returns a valid version.
2626
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
make print-go-version >> "$GITHUB_OUTPUT"
3232
33-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
33+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3434
with:
3535
go-version: ${{ steps.go-version.outputs.result }}
3636

.github/workflows/make-self-upgrade.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
scope: 'cert-manager/cmctl'
3939
identity: make-self-upgrade
4040

41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4242
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
4343
# the tags so `git describe` returns a valid version.
4444
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
make print-go-version >> "$GITHUB_OUTPUT"
5252
53-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
53+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5454
with:
5555
go-version: ${{ steps.go-version.outputs.result }}
5656

.github/workflows/renovate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
scope: 'cert-manager/cmctl'
3434
identity: renovate
3535

36-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3737
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
3838
# the tags so `git describe` returns a valid version.
3939
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -45,12 +45,12 @@ jobs:
4545
run: |
4646
make print-go-version >> "$GITHUB_OUTPUT"
4747
48-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
48+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4949
with:
5050
go-version: ${{ steps.go-version.outputs.result }}
5151

5252
- name: Self-hosted Renovate
53-
uses: renovatebot/github-action@c5fdc9f98fdf9e9bb16b5760f7e560256eb79326 # v44.0.2
53+
uses: renovatebot/github-action@c91a61c730fa166439cd3e2c300c041590002b1d # v44.0.3
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
13+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
18+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
1919
repo_path: modules/cert-manager
2020
- folder_name: executable
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
23+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
2424
repo_path: modules/executable
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
28+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
33+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
3434
repo_path: modules/go
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
38+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
3939
repo_path: modules/help
4040
- folder_name: klone
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
43+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
4444
repo_path: modules/klone
4545
- folder_name: repository-base
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
48+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
4949
repo_path: modules/repository-base
5050
- folder_name: tools
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 4479013f57fb2f7f0f28b4e951dc1ba6e6badddc
53+
repo_hash: 6f44ea13f1b59945d48b845bc845b79849b9cf7a
5454
repo_path: modules/tools

make/_shared/go/base/.github/workflows/govulncheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == '{{REPLACE:GH-REPOSITORY}}'
2121

2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
2525
# the tags so `git describe` returns a valid version.
2626
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
make print-go-version >> "$GITHUB_OUTPUT"
3232
33-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
33+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3434
with:
3535
go-version: ${{ steps.go-version.outputs.result }}
3636

make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
scope: '{{REPLACE:GH-REPOSITORY}}'
3939
identity: make-self-upgrade
4040

41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4242
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
4343
# the tags so `git describe` returns a valid version.
4444
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
make print-go-version >> "$GITHUB_OUTPUT"
5252
53-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
53+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5454
with:
5555
go-version: ${{ steps.go-version.outputs.result }}
5656

make/_shared/repository-base/base/.github/workflows/renovate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
scope: '{{REPLACE:GH-REPOSITORY}}'
3434
identity: renovate
3535

36-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3737
# Adding `fetch-depth: 0` makes sure tags are also fetched. We need
3838
# the tags so `git describe` returns a valid version.
3939
# see https://github.com/actions/checkout/issues/701 for extra info about this option
@@ -45,12 +45,12 @@ jobs:
4545
run: |
4646
make print-go-version >> "$GITHUB_OUTPUT"
4747
48-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
48+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4949
with:
5050
go-version: ${{ steps.go-version.outputs.result }}
5151

5252
- name: Self-hosted Renovate
53-
uses: renovatebot/github-action@c5fdc9f98fdf9e9bb16b5760f7e560256eb79326 # v44.0.2
53+
uses: renovatebot/github-action@c91a61c730fa166439cd3e2c300c041590002b1d # v44.0.3
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

make/_shared/tools/00_mod.mk

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NEEDS_CTR = __require-ctr
6262
tools :=
6363
# https://github.com/helm/helm/releases
6464
# renovate: datasource=github-releases packageName=helm/helm
65-
tools += helm=v3.19.2
65+
tools += helm=v4.0.0
6666
# https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl
6767
# renovate: datasource=github-releases packageName=kubernetes/kubernetes
6868
tools += kubectl=v1.34.2
@@ -71,7 +71,7 @@ tools += kubectl=v1.34.2
7171
tools += kind=v0.30.0
7272
# https://www.vaultproject.io/downloads
7373
# renovate: datasource=github-releases packageName=hashicorp/vault
74-
tools += vault=v1.21.0
74+
tools += vault=v1.21.1
7575
# https://github.com/Azure/azure-workload-identity/releases
7676
# renovate: datasource=github-releases packageName=Azure/azure-workload-identity
7777
tools += azwi=v1.5.1
@@ -80,7 +80,7 @@ tools += azwi=v1.5.1
8080
tools += kyverno=v1.16.0
8181
# https://github.com/mikefarah/yq/releases
8282
# renovate: datasource=github-releases packageName=mikefarah/yq
83-
tools += yq=v4.48.2
83+
tools += yq=v4.49.1
8484
# https://github.com/ko-build/ko/releases
8585
# renovate: datasource=github-releases packageName=ko-build/ko
8686
tools += ko=0.18.0
@@ -95,7 +95,7 @@ tools += trivy=v0.67.2
9595
tools += ytt=v0.52.1
9696
# https://github.com/rclone/rclone/releases
9797
# renovate: datasource=github-releases packageName=rclone/rclone
98-
tools += rclone=v1.71.2
98+
tools += rclone=v1.72.0
9999
# https://github.com/istio/istio/releases
100100
# renovate: datasource=github-releases packageName=istio/istio
101101
tools += istioctl=1.28.0
@@ -152,7 +152,7 @@ tools += klone=v0.2.0
152152
tools += goreleaser=v2.12.7
153153
# https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions
154154
# renovate: datasource=go packageName=github.com/anchore/syft
155-
tools += syft=v1.37.0
155+
tools += syft=v1.38.0
156156
# https://github.com/cert-manager/helm-tool/releases
157157
# renovate: datasource=github-releases packageName=cert-manager/helm-tool
158158
tools += helm-tool=v0.5.3
@@ -179,7 +179,7 @@ tools += operator-sdk=v1.42.0
179179
tools += gh=v2.83.1
180180
# https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases
181181
# renovate: datasource=github-releases packageName=redhat-openshift-ecosystem/openshift-preflight
182-
tools += preflight=1.14.1
182+
tools += preflight=1.15.2
183183
# https://github.com/daixiang0/gci/releases
184184
# renovate: datasource=github-releases packageName=daixiang0/gci
185185
tools += gci=v0.13.7
@@ -203,7 +203,7 @@ tools += defaulter-gen=$(K8S_CODEGEN_VERSION)
203203
tools += conversion-gen=$(K8S_CODEGEN_VERSION)
204204
# https://github.com/kubernetes/kube-openapi
205205
# renovate: datasource=go packageName=k8s.io/kube-openapi
206-
tools += openapi-gen=v0.0.0-20250910181357-589584f1c912
206+
tools += openapi-gen=v0.0.0-20251121143641-b6aabc6c6745
207207

208208
# https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml
209209
# FIXME: Find a way to configure Renovate to suggest upgrades
@@ -451,10 +451,10 @@ $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz:
451451
$(CURL) https://go.dev/dl/go$(VENDORED_GO_VERSION).$(HOST_OS)-$(HOST_ARCH).tar.gz -o $(outfile); \
452452
$(checkhash_script) $(outfile) $(go_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM)
453453

454-
helm_linux_amd64_SHA256SUM=2114c9dea2844dce6d0ee2d792a9aae846be8cf53d5b19dc2988b5a0e8fec26e
455-
helm_linux_arm64_SHA256SUM=566e9f3a5a83a81e4b03503ae37e368edd52d699619e8a9bb1fdf21561ae0e88
456-
helm_darwin_amd64_SHA256SUM=7ef4416cdef4c2d78a09e1c8f07a51e945dc0343c883a46b1f628deab52690b7
457-
helm_darwin_arm64_SHA256SUM=f0847f899479b66a6dd8d9fcd452e8db2562e4cf3f7de28103f9fcf2b824f1d5
454+
helm_linux_amd64_SHA256SUM=c77e9e7c1cc96e066bd240d190d1beed9a6b08060b2043ef0862c4f865eca08f
455+
helm_linux_arm64_SHA256SUM=8c5c77e20cc29509d640e208a6a7d2b7e9f99bb04e5b5fbe22707b72a5235245
456+
helm_darwin_amd64_SHA256SUM=125233cf943e6def2abc727560c5584e9083308d672d38094bae1cc3e0bfeaa2
457+
helm_darwin_arm64_SHA256SUM=4f5d367af9e2141b047710539d22b7e5872cdaef788333396077236feb422419
458458

459459
.PRECIOUS: $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH)
460460
$(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -489,10 +489,10 @@ $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD
489489
$(checkhash_script) $(outfile) $(kind_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
490490
chmod +x $(outfile)
491491

492-
vault_linux_amd64_SHA256SUM=5a91c93a9949ed8863ee4b91cfc30640bc49ab04225f0b1c5a0650c4d6e10171
493-
vault_linux_arm64_SHA256SUM=0083b02005ad89f6a01773866c6a892194ba27867b5f26ee374a0dfbbfb84c07
494-
vault_darwin_amd64_SHA256SUM=2e00e327be8141751f7bcc840aad93c8a5428908a4131f17d02d22eab444bcf2
495-
vault_darwin_arm64_SHA256SUM=fd1b26fcbc78c04c2d76d35a13a9564d450074f2547871b2046ddb95bbd7ea9c
492+
vault_linux_amd64_SHA256SUM=4088617653eba4ea341b6166130239fcbe42edc7839c7f7c6209d280948769c7
493+
vault_linux_arm64_SHA256SUM=f83f541e4293289bf1cc3f1e62e41a29a9ce20aeb9a152ada2b00ca42e7e856d
494+
vault_darwin_amd64_SHA256SUM=d33bb27a0ad194e79c2bed9cad198a1f1319d8ca68bc6c4e6f68212c734cda09
495+
vault_darwin_arm64_SHA256SUM=add728e2ca2101826de030b4da6de77cee5a61f3c9cde74f5628d63332bea0ab
496496

497497
.PRECIOUS: $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH)
498498
$(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -551,10 +551,10 @@ $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DO
551551
chmod +x $(outfile); \
552552
rm -f $(outfile).tar.gz
553553

554-
yq_linux_amd64_SHA256SUM=0ffc35320180d4911bc3a772934da508715e08af444cb33d4d43660065e25bcc
555-
yq_linux_arm64_SHA256SUM=3c21630fda217239a5b7d718d08f08e02503098230b3abd49195d315a6dcfe45
556-
yq_darwin_amd64_SHA256SUM=ca06dea96304cbfb1482a177e41e535c87d721f45c553873c97f51c339767c40
557-
yq_darwin_arm64_SHA256SUM=b3a77a428fda2daced121c937be7f5dfb8107fc62ec506064f1d23bc09415dcb
554+
yq_linux_amd64_SHA256SUM=897045e4a42933951ea8e143c44ea3f7f8005aa25105c4fbd796c3d61ee163ec
555+
yq_linux_arm64_SHA256SUM=48e09de3f65cb5de1cdf7ae9ba78676f147be376db2727be5dca8213aa898012
556+
yq_darwin_amd64_SHA256SUM=9d55c8770be6effdebe26776e531867f9f5f1fe61dc2896a8e4903fae626adf2
557+
yq_darwin_arm64_SHA256SUM=2798f0b76b78d8c2b6e3796d27145468c2ae094c76c9dfc0d6bb3c7031100714
558558

559559
.PRECIOUS: $(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH)
560560
$(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -626,10 +626,10 @@ $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_D
626626
$(checkhash_script) $(outfile) $(ytt_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
627627
chmod +x $(outfile)
628628

629-
rclone_linux_amd64_SHA256SUM=ab9fa5877cee91c64fdfd61a27028a458cf618b39259e5c371dc2ec34a12e415
630-
rclone_linux_arm64_SHA256SUM=e2e2efc7ed143026352d60216ef0d46d3fa4fe9d647eff1bd929e6fea498e6f1
631-
rclone_darwin_amd64_SHA256SUM=37e50641cd736de296b8aca8149e607b9923b357d79abb902e89c4cdb1fcc790
632-
rclone_darwin_arm64_SHA256SUM=d1cea838b618f9b4f15984748502232684e92ff0b90e3c4c8bd91ac21f4d8695
629+
rclone_linux_amd64_SHA256SUM=f3757aa829828c0f3359301bea25eef4d4fd62de735c47546ee6866c5b5545e2
630+
rclone_linux_arm64_SHA256SUM=c1669ef42d4ad65e3bb3f2cf0b2acf76cf0cbffefe463349a4f2244d8dbed701
631+
rclone_darwin_amd64_SHA256SUM=b1abd9e0287b19db435b7182faa0bc05478d6d412b839d7f819dee7ec4d9e5d0
632+
rclone_darwin_arm64_SHA256SUM=8396a06f793668da6cf0d8cf2e6a2da4c971bcbc7584286ffda7e3bf87f40148
633633

634634
.PRECIOUS: $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH)
635635
$(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -658,10 +658,10 @@ $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(
658658
chmod +x $(outfile); \
659659
rm $(outfile).tar.gz
660660

661-
preflight_linux_amd64_SHA256SUM=cd1b6143fb511433d07f29075b4840b712933d7d4d4fc6353b079b59c1cb06cd
662-
preflight_linux_arm64_SHA256SUM=cd29e198bd54cec46b219fc151b1b9c8fe71c33e7fdab7814862736a309a2a7c
663-
preflight_darwin_amd64_SHA256SUM=7e03a564cfb1697a6a3179c5d2f6f0a861a14bf4443f553d946f92ac06376b98
664-
preflight_darwin_arm64_SHA256SUM=216b5f8846b6d3292bb798765a63f935627c36285fcba649ddab535973e70914
661+
preflight_linux_amd64_SHA256SUM=803684554991d64f8a06ccc7bfdd1f7c7f702921322297adab01da3e9886e5a8
662+
preflight_linux_arm64_SHA256SUM=d9bf232aa0ad44847e1f5d58143b4699aaa3d136f00a8418aef1404235a2e15a
663+
preflight_darwin_amd64_SHA256SUM=9b948767e70a973d1e8aa6c8c3f8529582c7cebc8d47b07605626b9552a50633
664+
preflight_darwin_arm64_SHA256SUM=4d397b6a70c3dc7358bfe669c29efcec334debfa589d6ae68296552094f77dc2
665665

666666
.PRECIOUS: $(DOWNLOAD_DIR)/tools/preflight@$(PREFLIGHT_VERSION)_$(HOST_OS)_$(HOST_ARCH)
667667
$(DOWNLOAD_DIR)/tools/preflight@$(PREFLIGHT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)