summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-05-24 15:45:34 +0200
committersetBoolean2021-05-24 15:45:34 +0200
commit43ff8c572dcbcab36b7867955d96ffd6a2600bdd (patch)
tree186f56d13f7792cc1d5e55fca5833913b83f874e
parentde65ad8636327d77c4476581088787583c4ae8eb (diff)
downloadaur-43ff8c572dcbcab36b7867955d96ffd6a2600bdd.tar.gz
version bump -> 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99ae2230489..2884f1c5541d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.6.1
+ pkgver = 0.6.2
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.1/goshimmer-0.6.1_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.6.2/goshimmer-0.6.2_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 7e82a45bbf6a3e6bf86a1a814104657c203a90322f25d563fea0ba75a8351e93
+ sha256sums = 874c0c5f087ce812543943287d4c66b000723d40aa48c39de62dbcb714daf2c5
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8c1aff1d46bc..4d0f45544ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.6.1"
+pkgver="0.6.2"
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=('7e82a45bbf6a3e6bf86a1a814104657c203a90322f25d563fea0ba75a8351e93'
+sha256sums=('874c0c5f087ce812543943287d4c66b000723d40aa48c39de62dbcb714daf2c5'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install