summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst-Satzkorn2023-09-10 12:03:38 -0700
committerJohan Brandhorst-Satzkorn2023-09-10 12:03:38 -0700
commit12e2c487999b4ef4af13f619fe385deead27bd29 (patch)
treea5dfbb78d2f45d54c8803c73bfb498a0c4240328
parent1ce85340c7d18cf93a2161f79483b2abf9437274 (diff)
downloadaur-12e2c487999b4ef4af13f619fe385deead27bd29.tar.gz
Upgrade to v0.29.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43e7d53d5671..484111944512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tinygo-bin
pkgdesc = TinyGo - Go for small spaces
- pkgver = 0.28.1
+ pkgver = 0.29.0
pkgrel = 1
url = https://tinygo.org
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = tinygo-bin
optdepends = arm-none-eabi-gdb: tinygo gdb support
provides = tinygo
conflicts = tinygo
- source = https://github.com/tinygo-org/tinygo/releases/download/v0.28.1/tinygo0.28.1.linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.28.1/LICENSE
- sha256sums = 74b21a03ac31d7adc1f2e3f66a45687d8c83917c84f294bfbd4ec2b45e2428c6
+ source = https://github.com/tinygo-org/tinygo/releases/download/v0.29.0/tinygo0.29.0.linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.29.0/LICENSE
+ sha256sums = 46efb5d3181101f774f746120e4d0cc392b2216c3a960422f8f10cd62afdae05
sha256sums = 122381213b7e2278825295b1d1469dd6fd4a22310cbbcb215192bde3f73b6950
pkgname = tinygo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4c866ceb41e8..c411fec209a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Johan Brandhorst <johan.brandhorst at gmail dot com>
pkgname=tinygo-bin
-pkgver=0.28.1
+pkgver=0.29.0
pkgrel=1
epoch=
pkgdesc='TinyGo - Go for small spaces'
@@ -20,7 +20,7 @@ conflicts=('tinygo')
source=("https://github.com/tinygo-org/tinygo/releases/download/v${pkgver}/tinygo${pkgver}.linux-amd64.tar.gz"
"https://raw.githubusercontent.com/tinygo-org/tinygo/v${pkgver}/LICENSE"
)
-sha256sums=('74b21a03ac31d7adc1f2e3f66a45687d8c83917c84f294bfbd4ec2b45e2428c6'
+sha256sums=('46efb5d3181101f774f746120e4d0cc392b2216c3a960422f8f10cd62afdae05'
'122381213b7e2278825295b1d1469dd6fd4a22310cbbcb215192bde3f73b6950')
package() {