summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2019-11-27 10:39:17 +0000
committerJohan Brandhorst2019-11-27 10:39:17 +0000
commit7d6d991dd28e23926387dc8c78a5a1699ecd9714 (patch)
tree6c21e7ce2c74c65aceae5dd4436e5d2b23ecc6c1
parent64ed22a7a1317851c2c3503ff6e433db77592771 (diff)
downloadaur-7d6d991dd28e23926387dc8c78a5a1699ecd9714.tar.gz
Update to 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5506ccecb57..4b0a0d4c2a64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tinygo-bin
pkgdesc = TinyGo - Go for small spaces
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://tinygo.org
arch = x86_64
@@ -14,8 +14,8 @@ 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.9.0/tinygo0.9.0.linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.9.0/LICENSE
+ source = https://github.com/tinygo-org/tinygo/releases/download/v0.10.0/tinygo0.10.0.linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/tinygo-org/tinygo/v0.10.0/LICENSE
sha256sums = 7780c5865121f63ca3f5a8f24e06c64da4471f481c9b9803d76d499fc939b3fa
sha256sums = 5a12ca662a49786a0f16f0ffacb6afa30bdc0e953441dbe53e742385d7dcb239
diff --git a/PKGBUILD b/PKGBUILD
index 0958d250ca42..faa3e054967f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Johan Brandhorst <johan.brandhorst at gmail dot com>
pkgname=tinygo-bin
-pkgver=0.9.0
+pkgver=0.10.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=('7780c5865121f63ca3f5a8f24e06c64da4471f481c9b9803d76d499fc939b3fa'
+sha256sums=('22dab35dbbce8064ad6e3d15693ecd20f3942d2e820f11256e7372bfbeacdfd9'
'5a12ca662a49786a0f16f0ffacb6afa30bdc0e953441dbe53e742385d7dcb239'
)