Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arduino-cli: update to 0.35.0.
@ 2024-01-13  2:50 Francisco-Galindo
  2024-01-22 20:04 ` [PR PATCH] [Closed]: " ahesford
  2024-01-22 20:04 ` ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: Francisco-Galindo @ 2024-01-13  2:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1273 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.35.0
https://github.com/void-linux/void-packages/pull/48193

arduino-cli: update to 0.35.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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From de154c8cf975c8d7175fb35a6da90cb87efee3bf Mon Sep 17 00:00:00 2001
From: Francisco-Galindo <paqui10718@gmail.com>
Date: Fri, 12 Jan 2024 20:49:00 -0600
Subject: [PATCH] arduino-cli: update to 0.35.0.

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

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index 7d1ab514f7238..2ce04deb76453 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.34.2
+version=0.35.0
 revision=1
 build_style=go
 build_helper="qemu"
@@ -10,8 +10,8 @@ short_desc="Arduino command line interface"
 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=40ae8a06aa634299a7a18dd7de24f00789b94c9e7f182b6ac12dfc12e40a6d2a
+distfiles="https://github.com/arduino/arduino-cli/archive/refs/tags/v${version}.tar.gz"
+checksum=aeea5d977dc3fc95eb45748f2f125cead2b2d8f0323e2af39358b89251beccbe
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

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

* Re: [PR PATCH] [Closed]: arduino-cli: update to 0.35.0.
  2024-01-13  2:50 [PR PATCH] arduino-cli: update to 0.35.0 Francisco-Galindo
@ 2024-01-22 20:04 ` ahesford
  2024-01-22 20:04 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-01-22 20:04 UTC (permalink / raw)
  To: ml

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

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

arduino-cli: update to 0.35.0.
https://github.com/void-linux/void-packages/pull/48193

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: arduino-cli: update to 0.35.0.
  2024-01-13  2:50 [PR PATCH] arduino-cli: update to 0.35.0 Francisco-Galindo
  2024-01-22 20:04 ` [PR PATCH] [Closed]: " ahesford
@ 2024-01-22 20:04 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-01-22 20:04 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48193#issuecomment-1904719493

Comment:
Superseded by 94436ad2081daa8eb9426dc8e2eb311bc54c0d06

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

end of thread, other threads:[~2024-01-22 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-13  2:50 [PR PATCH] arduino-cli: update to 0.35.0 Francisco-Galindo
2024-01-22 20:04 ` [PR PATCH] [Closed]: " ahesford
2024-01-22 20:04 ` ahesford

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).