<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c208fcff0240440ccab3bfd71901608f6d562f01">https://github.com/macports/macports-ports/commit/c208fcff0240440ccab3bfd71901608f6d562f01</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c208fcff0240440ccab3bfd71901608f6d562f01
</span>Author: Vadym-Valdis Yudaiev <judaew@outlook.de>
AuthorDate: Mon Jul 8 22:00:49 2024 +0300
<span style='display:block; white-space:pre;color:#404040;'> arduino-cli: update to 1.0.2
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closed: https://trac.macports.org/ticket/70330
</span>---
devel/arduino-cli/Portfile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/arduino-cli/Portfile b/devel/arduino-cli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b73b55d2712..8460524ac8a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/arduino-cli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/arduino-cli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem 1.0
PortGroup golang 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup github.com/arduino/arduino-cli 0.35.3 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup github.com/arduino/arduino-cli 1.0.2 v
</span> revision 0
categories devel electronics
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,12 +14,13 @@ description Arduino command line tool
</span> long_description \
Arduino CLI is an all-in-one solution that provides Boards/Library \
Managers, sketch builder, board detection, uploader, and many other tools \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- needed to use any Arduino compatible board and platform.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ needed to use any Arduino compatible board and platform from command line \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ or machine interfaces.
</span> homepage https://arduino.github.io/arduino-cli
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 43ad7fa9682bb62631f1f884a94705d2d48bfb1b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 4006b786d29a6c56aa9b679451012c792f7c51aa1f76f2c6c7befdd623a06360 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 10420313
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 a1b778a8df29747e76550a3782409e0ef8eb7b05 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 f2c2670e1b92d432e31867291aba2158c3e576ddbebd59f6cbf299e685cb27fc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 10049575
</span>
# FIXME: This port currently can't be built without allowing go mod to fetch
go.offline_build no
</pre><pre style='margin:0'>
</pre>