mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
arduino-cli: update to 0.33.0.
This commit is contained in:
parent
a7f623e4a8
commit
d7267be467
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'arduino-cli'
|
# Template file for 'arduino-cli'
|
||||||
pkgname=arduino-cli
|
pkgname=arduino-cli
|
||||||
version=0.32.2
|
version=0.33.0
|
||||||
revision=1
|
revision=1
|
||||||
build_helper=qemu
|
|
||||||
build_style=go
|
build_style=go
|
||||||
|
build_helper="qemu"
|
||||||
go_import_path=github.com/arduino/arduino-cli
|
go_import_path=github.com/arduino/arduino-cli
|
||||||
go_ldflags="-X ${go_import_path}/version.versionString=${version}"
|
go_ldflags="-X ${go_import_path}/version.versionString=${version}"
|
||||||
short_desc="Arduino command line interface"
|
short_desc="Arduino command line interface"
|
||||||
|
@ -11,7 +11,7 @@ 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/${version}.tar.gz"
|
||||||
checksum=a40462b6f9c8af1fa27cb5dda33315e7f9a6afdf845693613aa8d0550e7e9957
|
checksum=5ee6a8b2e77573efb3f742f8007d9866c2d177c098794be7f03acc4a6128e616
|
||||||
|
|
||||||
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