summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2020-02-01 18:20:40 +0000
committerJohan Brandhorst2020-02-01 18:20:40 +0000
commit6ca0cef465fa4f2cc928f3c6ec6013bd3db8386d (patch)
tree44cc2611b66c7ff1a6d1275af2bba90f14dfa885
parentc7421fd41ca5ac6700d89b00d67e8490b6bb004f (diff)
downloadaur-6ca0cef465fa4f2cc928f3c6ec6013bd3db8386d.tar.gz
Update to v0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fefaba76067..b160834d6806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tinygo-bin
pkgdesc = TinyGo - Go for small spaces
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://tinygo.org
arch = x86_64
@@ -14,9 +14,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.11.0/tinygo0.11.0.linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.11.0/LICENSE
- sha256sums = 01f3d5bb3962152a7fc18119f6e332cd5ef395181bd101cd35b61f575057dea9
+ source = https://github.com/tinygo-org/tinygo/releases/download/v0.12.0/tinygo0.12.0.linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.12.0/LICENSE
+ sha256sums = 2dc9a4b9f455b62282034f6d1b97fd1aa494acb8276b9e81b31e6290f30113c9
sha256sums = e6efa1b804521f915053451d0c84f4824751539003ca046a4977549e02eff2f3
pkgname = tinygo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 68e5fdca5e74..e777ea4d9ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Johan Brandhorst <johan.brandhorst at gmail dot com>
pkgname=tinygo-bin
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
epoch=
pkgdesc='TinyGo - Go for small spaces'
@@ -21,7 +21,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=('01f3d5bb3962152a7fc18119f6e332cd5ef395181bd101cd35b61f575057dea9'
+sha256sums=('2dc9a4b9f455b62282034f6d1b97fd1aa494acb8276b9e81b31e6290f30113c9'
'e6efa1b804521f915053451d0c84f4824751539003ca046a4977549e02eff2f3'
)