arduino-cli: update to 1.0.4.
This commit is contained in:
parent
63aedffac4
commit
a278865a76
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'arduino-cli'
|
# Template file for 'arduino-cli'
|
||||||
pkgname=arduino-cli
|
pkgname=arduino-cli
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.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/v${version}.tar.gz"
|
distfiles="https://github.com/arduino/arduino-cli/archive/v${version}.tar.gz"
|
||||||
checksum=5987889e3a2675a8aca6488026826147dc82a5573ab61ed187cab40f4b6f433b
|
checksum=9eae425e2629fb8cea2591b87b0a0cb7a8e305bcf3f90c7c121be674d70eca0c
|
||||||
|
|
||||||
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