summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2019-09-18 19:14:17 +0100
committerJohan Brandhorst2019-09-18 19:14:17 +0100
commitaf223f7602612afdecbca4260524f22db8124e71 (patch)
tree512c160f3e97da82497e1ae4a8b2b1051b1f7d48
parent45a0f5c49466a00008aed89fbb3cfd68c20ca4ab (diff)
downloadaur-af223f7602612afdecbca4260524f22db8124e71.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a986925bd8c..c3d849c18b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tinygo-bin
pkgdesc = TinyGo - Go for small spaces
- pkgver = 0.7.1
+ pkgver = 0.8.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.7.1/tinygo0.7.1.linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.7.1/LICENSE
- sha256sums = 2cc120bc84c79c8a861d405a6fc8cb87b9025e249d76044bdb76c986fed998d0
+ source = https://github.com/tinygo-org/tinygo/releases/download/v0.8.0/tinygo0.8.0.linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.8.0/LICENSE
+ sha256sums = a003e8c4ec016dea66515978bad7223a79f67e12bf2216720587e05c830883f9
sha256sums = 5a12ca662a49786a0f16f0ffacb6afa30bdc0e953441dbe53e742385d7dcb239
pkgname = tinygo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5fe628b21184..a3a9533622a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Johan Brandhorst <johan.brandhorst at gmail dot com>
pkgname=tinygo-bin
-pkgver=0.7.1
+pkgver=0.8.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=('2cc120bc84c79c8a861d405a6fc8cb87b9025e249d76044bdb76c986fed998d0'
+sha256sums=('a003e8c4ec016dea66515978bad7223a79f67e12bf2216720587e05c830883f9'
'5a12ca662a49786a0f16f0ffacb6afa30bdc0e953441dbe53e742385d7dcb239'
)