arduino-cli: update to 0.28.0
This commit is contained in:
parent
26f6787b89
commit
aafbd47a1c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'arduino-cli'
|
# Template file for 'arduino-cli'
|
||||||
pkgname=arduino-cli
|
pkgname=arduino-cli
|
||||||
version=0.27.1
|
version=0.28.0
|
||||||
revision=1
|
revision=1
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -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=b783912bf86059dd6919f3d85820439057db3b996d24416ddee467877805a4af
|
checksum=ece38d0406db0dce7da63c048bf4704dd205a18bb80f7e44b4797cade52d8b45
|
||||||
|
|
||||||
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…
Reference in New Issue