summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst-Satzkorn2021-11-18 22:29:27 -0500
committerJohan Brandhorst-Satzkorn2021-11-18 22:29:27 -0500
commit4eb34e9611d22f402b5bb532fa6dc4c93da3f465 (patch)
treecfc50357c2c6c79fa3b33e5d04acb08920377dff
parent81db73f6da59fb74f193e654f0481b97cfd7ea9c (diff)
downloadaur-4eb34e9611d22f402b5bb532fa6dc4c93da3f465.tar.gz
Update to v0.21.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73597781545d..377040ffed4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tinygo-bin
pkgdesc = TinyGo - Go for small spaces
- pkgver = 0.20.0
+ pkgver = 0.21.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.20.0/tinygo0.20.0.linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.20.0/LICENSE
- sha256sums = 3b4130f0c5b3a22173c147e90629ea0a0bb52ec4bb50d309ff77bd19ccc80476
+ source = https://github.com/tinygo-org/tinygo/releases/download/v0.21.0/tinygo0.21.0.linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.21.0/LICENSE
+ sha256sums = 0a25d2deeb376d6e9fd191fbda2e30e1e9435141a3b780ba7a8f2ec53a52caf6
sha256sums = 67e83ab613270ebd48737ce12a40daa3ae4f573fd64268fa85ae63dcd5f2bd9a
pkgname = tinygo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f1a856067f6..bfb79c6ff5d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Johan Brandhorst <johan.brandhorst at gmail dot com>
pkgname=tinygo-bin
-pkgver=0.20.0
+pkgver=0.21.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=('3b4130f0c5b3a22173c147e90629ea0a0bb52ec4bb50d309ff77bd19ccc80476'
+sha256sums=('0a25d2deeb376d6e9fd191fbda2e30e1e9435141a3b780ba7a8f2ec53a52caf6'
'67e83ab613270ebd48737ce12a40daa3ae4f573fd64268fa85ae63dcd5f2bd9a')
package() {