arduino-cli: update to 0.35.3, assume maintainership
This commit is contained in:
parent
4b460d6e38
commit
376ff6e1c4
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'arduino-cli'
|
||||
pkgname=arduino-cli
|
||||
version=0.35.2
|
||||
version=0.35.3
|
||||
revision=1
|
||||
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"
|
||||
maintainer="Henry Naguski <henry@nilsu.org>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/arduino/arduino-cli"
|
||||
distfiles="https://github.com/arduino/arduino-cli/archive/v${version}.tar.gz"
|
||||
checksum=2c0f6c7855500b39a2e18845d668b6d4a7e9c15089a061fdb3d78e830ef4b497
|
||||
checksum=b93bd201bef0790ccea3e8646f451e0e825bdcc1fab562a5e32dab4c90ee7fdb
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# the downloaded toolchains use glibc, this allows them to work on musl
|
||||
|
|
Loading…
Reference in New Issue