From bd4793d5359c495dafdc340ed045bbbadaa25548 Mon Sep 17 00:00:00 2001 From: "Dan R. K. Ports" Date: Thu, 9 Jul 2026 22:32:30 -0700 Subject: [PATCH] copilot-cli: update to 1.0.70 --- llm/copilot-cli/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/llm/copilot-cli/Portfile b/llm/copilot-cli/Portfile index caa5a51a46a..91a0ca20a41 100644 --- a/llm/copilot-cli/Portfile +++ b/llm/copilot-cli/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup github copilot-cli 1.0.69 v +github.setup github copilot-cli 1.0.70 v categories llm license Restrictive/Distributable @@ -27,14 +27,14 @@ build {} # Pre-built binary -- architecture-specific distfiles if {${configure.build_arch} eq "arm64"} { set arch_string darwin-arm64 - checksums rmd160 154211b836fc52b9da094b773288f9c50b9ba469 \ - sha256 e4c2a55c5548f378df741e6eb19735b751efa13fa9411ee5a329f811d52e97e1 \ - size 77158961 + checksums rmd160 9b49f2fc86e563ac9e7a24934066002b138f7201 \ + sha256 5f9791561eefe99b3bed25a02eef37dc434327053af05e6150dad7d6aed05a35 \ + size 78391578 } else { set arch_string darwin-x64 - checksums rmd160 37ef34fe66094e30b5ae76699ae624a58f912158 \ - sha256 3069a032ac2682b5af1595e733dd2ea7d430d1872cf1db7a5340b8c96b892370 \ - size 85767043 + checksums rmd160 c6878a461c676ab21836292a9889f1233b3cb5b1 \ + sha256 ce2d968b68c1a28690544ff638e762a804943992b5496fb7ec2358fe7f1eee87 \ + size 87199563 } dist_subdir ${name}/${version}