Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arduino-cli: update to 0.31.0
@ 2023-03-12  6:02 Francisco-Galindo
  2023-05-03  8:22 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Francisco-Galindo @ 2023-03-12  6:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

There is a new pull request by Francisco-Galindo against master on the void-packages repository

https://github.com/Francisco-Galindo/void-packages arduino-cli-0.31.0
https://github.com/void-linux/void-packages/pull/42715

arduino-cli: update to 0.31.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)


A patch file from https://github.com/void-linux/void-packages/pull/42715.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arduino-cli-0.31.0-42715.patch --]
[-- Type: text/x-diff, Size: 1109 bytes --]

From 5dc5e553efb41335a2e92a78dbacf2a9a716d7b1 Mon Sep 17 00:00:00 2001
From: Francisco-Galindo <paqui10718@gmail.com>
Date: Sun, 12 Mar 2023 00:00:04 -0600
Subject: [PATCH] arduino-cli: update to 0.31.0

---
 srcpkgs/arduino-cli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index e6d218c6f944..5ad56ed890ca 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'arduino-cli'
 pkgname=arduino-cli
-version=0.29.0
+version=0.31.0
 revision=1
 build_helper=qemu
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Henry Naguski <henry@nilsu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arduino/arduino-cli"
 distfiles="https://github.com/arduino/arduino-cli/archive/${version}.tar.gz"
-checksum=cdd6df8f18f77a362f4a3dfe213019d62f03064ee94cc52fb1288ee5003b0d92
+checksum=3a313932bd676e14956e4f078273fa011f36fef622b37b74663540fc601d0d32
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] arduino-cli: update to 0.31.0
  2023-03-12  6:02 [PR PATCH] arduino-cli: update to 0.31.0 Francisco-Galindo
@ 2023-05-03  8:22 ` classabbyamp
  2023-06-24 20:52 ` Bnyro
  2023-06-24 21:03 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-03  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42715#discussion_r1183379622

Comment:
0.32.2 is available

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arduino-cli: update to 0.31.0
  2023-03-12  6:02 [PR PATCH] arduino-cli: update to 0.31.0 Francisco-Galindo
  2023-05-03  8:22 ` [PR REVIEW] " classabbyamp
@ 2023-06-24 20:52 ` Bnyro
  2023-06-24 21:03 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-06-24 20:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/42715#issuecomment-1605726432

Comment:
This PR can be closed as arduino-cli is already on 0.32.2 already

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: arduino-cli: update to 0.31.0
  2023-03-12  6:02 [PR PATCH] arduino-cli: update to 0.31.0 Francisco-Galindo
  2023-05-03  8:22 ` [PR REVIEW] " classabbyamp
  2023-06-24 20:52 ` Bnyro
@ 2023-06-24 21:03 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-24 21:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

There's a closed pull request on the void-packages repository

arduino-cli: update to 0.31.0
https://github.com/void-linux/void-packages/pull/42715

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-24 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12  6:02 [PR PATCH] arduino-cli: update to 0.31.0 Francisco-Galindo
2023-05-03  8:22 ` [PR REVIEW] " classabbyamp
2023-06-24 20:52 ` Bnyro
2023-06-24 21:03 ` [PR PATCH] [Closed]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).