Date: Monday, July 11, 2022 @ 20:23:45 Author: anatolik Revision: 1249658
upgpkg: tinygo 0.24.0-1 Modified: tinygo/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-11 20:22:18 UTC (rev 1249657) +++ PKGBUILD 2022-07-11 20:23:45 UTC (rev 1249658) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=tinygo -pkgver=0.23.0 +pkgver=0.24.0 pkgrel=1 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.' arch=(x86_64) @@ -14,16 +14,17 @@ makedepends=(go git cmake ninja python) # use git as we need to fetch submodules source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver - git+https://github.com/NordicSemiconductor/nrfx - git+https://github.com/ARM-software/CMSIS - git+https://github.com/avr-rust/avr-mcu + git+https://github.com/NordicSemiconductor/nrfx.git + git+https://github.com/ARM-software/CMSIS.git + git+https://github.com/avr-rust/avr-mcu.git git+https://github.com/tinygo-org/cmsis-svd git+https://github.com/CraneStation/wasi-libc - git+https://github.com/keith-packard/picolibc + git+https://github.com/keith-packard/picolibc.git git+https://github.com/tinygo-org/stm32-svd - git://git.musl-libc.org/musl + git+git://git.musl-libc.org/musl git+https://github.com/WebAssembly/binaryen.git git+https://github.com/mingw-w64/mingw-w64.git + git+https://github.com/aykevl/macos-minimal-sdk.git git+https://github.com/tinygo-org/llvm-project#branch=xtensa_release_14.0.0-patched disable_static_llvm.patch) sha256sums=('SKIP' @@ -38,6 +39,7 @@ 'SKIP' 'SKIP' 'SKIP' + 'SKIP' 'd50593810cff1857e24adf537a624d79f128573d177f4f6da404da1539eaa967') prepare() { @@ -54,6 +56,7 @@ git config -f .gitmodules 'submodule.lib/musl.url' "$srcdir/musl" git config -f .gitmodules 'submodule.lib/binaryen.url' "$srcdir/binaryen" git config -f .gitmodules 'submodule.lib/mingw-w64.url' "$srcdir/mingw-w64" + git config -f .gitmodules 'submodule.lib/macos-minimal-sdk.url' "$srcdir/macos-minimal-sdk" git submodule sync git submodule update
