mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
arduino-cli: update to 0.19.0.
This commit is contained in:
parent
4dd6e0dafe
commit
7f1eaf18ed
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'arduino-cli'
|
# Template file for 'arduino-cli'
|
||||||
pkgname=arduino-cli
|
pkgname=arduino-cli
|
||||||
version=0.17.0
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
build_style=go
|
build_style=go
|
||||||
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"
|
||||||
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
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="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/arduino/arduino-cli/archive/${version}.tar.gz"
|
||||||
checksum=f54225edb7417be80d686ee7eb4eb281124ddccc13a34d761f12e790f265df9d
|
checksum=2828bcfc113a45dd486e72968092967ce90dcd15aaaa5ca9b96863e8ec7dbc7f
|
||||||
|
|
||||||
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