summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-04-23 23:48:58 +0200
committersetBoolean2021-04-23 23:48:58 +0200
commitcdef61335fb475306b279ccd99cdc86fe93949a9 (patch)
tree32b799997cb4d632cd3b622526aae3cc22c5f1eb
parentc5da49407ef48b29ae0bd49b9a0c126ebab07e2b (diff)
downloadaur-cdef61335fb475306b279ccd99cdc86fe93949a9.tar.gz
version bump -> 0.5.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a94664329330..887078f207a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.5.6
- pkgrel = 4
+ pkgver = 0.5.7
+ 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.5.6/goshimmer-0.5.6_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.5.7/goshimmer-0.5.7_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = e8a2556ae6e119567a0eb5d8bee4c26e9c8a8cbc576d9db64572d532db41b71d
+ sha256sums = cc07429bd707b6379d5eb839b713fa6f5490fbab02da7f88017980b33a0be4d4
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8675ca148c4c..a8f6f7556849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.5.6"
-pkgrel="4"
+pkgver="0.5.7"
+pkgrel="1"
pkgdesc="GoShimmer implementation of Coordicide (official precompiled binary)"
arch=('x86_64')
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=('e8a2556ae6e119567a0eb5d8bee4c26e9c8a8cbc576d9db64572d532db41b71d'
+sha256sums=('cc07429bd707b6379d5eb839b713fa6f5490fbab02da7f88017980b33a0be4d4'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install