mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
arduino-cli: update to 0.35.1.
This commit is contained in:
parent
d7265056f1
commit
94436ad208
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'arduino-cli'
|
# Template file for 'arduino-cli'
|
||||||
pkgname=arduino-cli
|
pkgname=arduino-cli
|
||||||
version=0.34.2
|
version=0.35.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Arduino command line interface"
|
||||||
maintainer="Henry Naguski <henry@nilsu.org>"
|
maintainer="Henry Naguski <henry@nilsu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/arduino/arduino-cli"
|
homepage="https://github.com/arduino/arduino-cli"
|
||||||
distfiles="https://github.com/arduino/arduino-cli/archive/${version}.tar.gz"
|
distfiles="https://github.com/arduino/arduino-cli/archive/v${version}.tar.gz"
|
||||||
checksum=40ae8a06aa634299a7a18dd7de24f00789b94c9e7f182b6ac12dfc12e40a6d2a
|
checksum=f2685e52d0f4aff2e3d7328f8e75b3e06decea6f0611aa196f0d7659dfe72341
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# the downloaded toolchains use glibc, this allows them to work on musl
|
# the downloaded toolchains use glibc, this allows them to work on musl
|
||||||
|
|
Loading…
Add table
Reference in a new issue