Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
tinygo


Commits:
d67cfe67 by Anatol Pomozov at 2023-09-27T15:13:55-07:00
upgpkg: 0.30.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,46 @@
+pkgbase = tinygo
+       pkgdesc = Go compiler for small places. Microcontrollers, WebAssembly, 
and command-line tools. Based on LLVM.
+       pkgver = 0.30.0
+       pkgrel = 1
+       url = https://github.com/tinygo-org/tinygo
+       arch = x86_64
+       license = BSD
+       makedepends = go
+       makedepends = git
+       makedepends = cmake
+       makedepends = ninja
+       makedepends = python
+       options = !strip
+       options = !lto
+       source = git+https://github.com/tinygo-org/tinygo#tag=v0.30.0
+       source = git+https://github.com/NordicSemiconductor/nrfx.git
+       source = git+https://github.com/ARM-software/CMSIS.git
+       source = git+https://github.com/avr-rust/avr-mcu.git
+       source = git+https://github.com/tinygo-org/cmsis-svd
+       source = git+https://github.com/CraneStation/wasi-libc
+       source = git+https://github.com/keith-packard/picolibc.git
+       source = git+https://github.com/tinygo-org/stm32-svd
+       source = git://git.musl-libc.org/musl
+       source = git+https://github.com/WebAssembly/binaryen.git
+       source = git+https://github.com/mingw-w64/mingw-w64.git
+       source = git+https://github.com/aykevl/macos-minimal-sdk.git
+       source = git+https://github.com/tinygo-org/renesas-svd.git
+       source = 
git+https://github.com/espressif/llvm-project#branch=xtensa_release_16.x
+       source = llvm_build_j1.patch
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = 
a5352a32ed89120af415825fa5b73a0e7bb907fa6efaa63529ad721a53cf4844
+
+pkgname = tinygo


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com>
 
 pkgname=tinygo
-pkgver=0.29.0
+pkgver=0.30.0
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and 
command-line tools. Based on LLVM.'
 arch=(x86_64)
@@ -26,7 +26,7 @@ source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
         git+https://github.com/mingw-w64/mingw-w64.git
         git+https://github.com/aykevl/macos-minimal-sdk.git
         git+https://github.com/tinygo-org/renesas-svd.git
-        
git+https://github.com/espressif/llvm-project#branch=xtensa_release_15.x
+        
git+https://github.com/espressif/llvm-project#branch=xtensa_release_16.x
        llvm_build_j1.patch)
 sha256sums=('SKIP'
             'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/d67cfe673d24aadb997c8c9e71f7d2d2cc9f462c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/d67cfe673d24aadb997c8c9e71f7d2d2cc9f462c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to