summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-05-25 19:37:45 +0200
committersetBoolean2021-05-25 19:37:45 +0200
commit70007d1cd4415d47f1191e1774753a82cd2674c6 (patch)
treeb6296fcc400fd7f91e04821a4abf413c5e553eba
parent43ff8c572dcbcab36b7867955d96ffd6a2600bdd (diff)
downloadaur-70007d1cd4415d47f1191e1774753a82cd2674c6.tar.gz
version bump -> 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2884f1c5541d..5fc9e74f0e9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/iotaledger/goshimmer
install = goshimmer.install
arch = x86_64
license = Apache
backup = etc/goshimmer/config.json
- source = https://github.com/iotaledger/goshimmer/releases/download/v0.6.2/goshimmer-0.6.2_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.6.3/goshimmer-0.6.3_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 874c0c5f087ce812543943287d4c66b000723d40aa48c39de62dbcb714daf2c5
+ sha256sums = dd78f8be92b5371115d60da192c3a50cc62010e26b224fe981c25cf4f5d24fac
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d0f45544ef2..e3d6047320ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.6.2"
+pkgver="0.6.3"
pkgrel="1"
pkgdesc="GoShimmer implementation of Coordicide (official precompiled binary)"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/iotaledger/goshimmer"
license=("Apache")
source=("https://github.com/iotaledger/goshimmer/releases/download/v${pkgver}/${_pkgname}-${pkgver}_Linux_x86_64.tar.gz"
"${_pkgname}.service")
-sha256sums=('874c0c5f087ce812543943287d4c66b000723d40aa48c39de62dbcb714daf2c5'
+sha256sums=('dd78f8be92b5371115d60da192c3a50cc62010e26b224fe981c25cf4f5d24fac'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install