Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arduino-cli: update to 0.33.0.
@ 2023-06-24 20:53 Bnyro
  2023-06-24 21:05 ` [PR REVIEW] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bnyro @ 2023-06-24 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages arduino-cli
https://github.com/void-linux/void-packages/pull/44619

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

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #42715



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

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

From 1de05a065a826dd8d08facfe5eebb57227ea97be Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 22:52:03 +0200
Subject: [PATCH] arduino-cli: update to 0.33.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 c1394d8dbc29..a4ad7ae14cef 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.32.2
+version=0.33.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=a40462b6f9c8af1fa27cb5dda33315e7f9a6afdf845693613aa8d0550e7e9957
+checksum=5ee6a8b2e77573efb3f742f8007d9866c2d177c098794be7f03acc4a6128e616
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

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

* Re: [PR REVIEW] arduino-cli: update to 0.33.0.
  2023-06-24 20:53 [PR PATCH] arduino-cli: update to 0.33.0 Bnyro
@ 2023-06-24 21:05 ` mhmdanas
  2023-06-24 21:20 ` [PR PATCH] [Updated] " Bnyro
  2023-06-24 23:41 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-06-24 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44619#discussion_r1240944756

Comment:
```suggestion
build_style=go
build_helper="qemu"
```

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

* Re: [PR PATCH] [Updated] arduino-cli: update to 0.33.0.
  2023-06-24 20:53 [PR PATCH] arduino-cli: update to 0.33.0 Bnyro
  2023-06-24 21:05 ` [PR REVIEW] " mhmdanas
@ 2023-06-24 21:20 ` Bnyro
  2023-06-24 23:41 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2023-06-24 21:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages arduino-cli
https://github.com/void-linux/void-packages/pull/44619

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

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #42715



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

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

From 1d8c998780d3dba3d7bf2f8fa695a00a2bdb660f Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 23:20:58 +0200
Subject: [PATCH] arduino-cli: update to 0.33.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 c1394d8dbc29..d8ee02a3b755 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -1,9 +1,9 @@
 # Template file for 'arduino-cli'
 pkgname=arduino-cli
-version=0.32.2
+version=0.33.0
 revision=1
-build_helper=qemu
 build_style=go
+build_helper="qemu"
 go_import_path=github.com/arduino/arduino-cli
 go_ldflags="-X ${go_import_path}/version.versionString=${version}"
 short_desc="Arduino command line interface"
@@ -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=a40462b6f9c8af1fa27cb5dda33315e7f9a6afdf845693613aa8d0550e7e9957
+checksum=5ee6a8b2e77573efb3f742f8007d9866c2d177c098794be7f03acc4a6128e616
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

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

* Re: [PR PATCH] [Merged]: arduino-cli: update to 0.33.0.
  2023-06-24 20:53 [PR PATCH] arduino-cli: update to 0.33.0 Bnyro
  2023-06-24 21:05 ` [PR REVIEW] " mhmdanas
  2023-06-24 21:20 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-24 23:41 ` classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-24 23:41 UTC (permalink / raw)
  To: ml

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

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

arduino-cli: update to 0.33.0.
https://github.com/void-linux/void-packages/pull/44619

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

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #44623



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

* [PR PATCH] arduino-cli: update to 0.33.0
@ 2023-06-24 23:39 Francisco-Galindo
  0 siblings, 0 replies; 5+ messages in thread
From: Francisco-Galindo @ 2023-06-24 23:39 UTC (permalink / raw)
  To: ml

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

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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/44623.patch is attached

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

From 1793db56afccb183e13200cb7640a7d95a80c600 Mon Sep 17 00:00:00 2001
From: Francisco-Galindo <paqui10718@gmail.com>
Date: Sat, 24 Jun 2023 17:38:35 -0600
Subject: [PATCH] arduino-cli: update to 0.33.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 c1394d8dbc29..a4ad7ae14cef 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.32.2
+version=0.33.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=a40462b6f9c8af1fa27cb5dda33315e7f9a6afdf845693613aa8d0550e7e9957
+checksum=5ee6a8b2e77573efb3f742f8007d9866c2d177c098794be7f03acc4a6128e616
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 20:53 [PR PATCH] arduino-cli: update to 0.33.0 Bnyro
2023-06-24 21:05 ` [PR REVIEW] " mhmdanas
2023-06-24 21:20 ` [PR PATCH] [Updated] " Bnyro
2023-06-24 23:41 ` [PR PATCH] [Merged]: " classabbyamp
2023-06-24 23:39 [PR PATCH] " Francisco-Galindo

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