arduino-cli: update to 0.13.0.
This commit is contained in:
parent
9cb299c42d
commit
6afd3663b6
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'arduino-cli'
|
||||
pkgname=arduino-cli
|
||||
version=0.11.0
|
||||
version=0.13.0
|
||||
revision=1
|
||||
build_helper=qemu
|
||||
build_style=go
|
||||
go_import_path=github.com/arduino/arduino-cli
|
||||
go_ldflags="-X ${go_import_path}/version.versionString=${version}"
|
||||
short_desc="Arduino command line interface"
|
||||
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/arduino/arduino-cli"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=5a9b7eec55c3ee7f54d8804fac00ceb78ad0697fd918f6fbae0bb61cb33d8b3e
|
||||
checksum=08c7e45128a58b7292154669e9418213e3568628a0638a603e8117a07f6747b1
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# the downloaded toolchains use glibc, this allows them to work on musl
|
||||
|
|
Loading…
Reference in New Issue