Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
tinygo
Commits:
7a61e90d by Anatol Pomozov at 2024-12-22T19:22:44-08:00
upgpkg: 0.35.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tinygo
pkgdesc = Go compiler for small places. Microcontrollers, WebAssembly,
and command-line tools. Based on LLVM.
- pkgver = 0.34.0
+ pkgver = 0.35.0
pkgrel = 1
url = https://github.com/tinygo-org/tinygo
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tinygo
makedepends = python
depends = binaryen
options = !lto
- source = git+https://github.com/tinygo-org/tinygo#tag=v0.34.0
+ source = git+https://github.com/tinygo-org/tinygo#tag=v0.35.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
@@ -26,7 +26,7 @@ pkgbase = tinygo
source = git+https://github.com/tinygo-org/net.git#branch=dev
source = git+https://github.com/WebAssembly/wasi-cli
source =
git+https://github.com/tinygo-org/llvm-project#branch=tinygo_xtensa_release_18.1.2
- sha256sums =
69abb8fe8c74726ecfe3ec5a33c1df4c19b00337a448d67b1f99397c49ca20db
+ sha256sums =
cb927b9af547bb598389a7592a101aec2dbf38c77899c1de3ab655dd552e4d6c
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov <[email protected]>
pkgname=tinygo
-pkgver=0.34.0
+pkgver=0.35.0
pkgrel=1
pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and
command-line tools. Based on LLVM.'
arch=(x86_64)
@@ -28,7 +28,7 @@ source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver
git+https://github.com/tinygo-org/net.git#branch=dev
git+https://github.com/WebAssembly/wasi-cli
git+https://github.com/tinygo-org/llvm-project#branch=tinygo_xtensa_release_18.1.2)
-sha256sums=('69abb8fe8c74726ecfe3ec5a33c1df4c19b00337a448d67b1f99397c49ca20db'
+sha256sums=('cb927b9af547bb598389a7592a101aec2dbf38c77899c1de3ab655dd552e4d6c'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/7a61e90da89eca739c076b512c5db52182fd96e8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/7a61e90da89eca739c076b512c5db52182fd96e8
You're receiving this email because of your account on gitlab.archlinux.org.