summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-04-03 19:44:14 +0200
committersetBoolean2021-04-03 19:44:14 +0200
commit4f16e63f6d4788b843fcc4650d8fc66e0cec2d55 (patch)
treef50ba848740f3930557b80bbb5e5542676635421
parent085c213f1d64b428a49378f34b36fff9038f371c (diff)
downloadaur-4f16e63f6d4788b843fcc4650d8fc66e0cec2d55.tar.gz
version bump -> 0.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98aa6707aa23..892ad39c1eec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.5.5
- pkgrel = 2
+ pkgver = 0.5.6
+ 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.5/goshimmer-0.5.5_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.5.6/goshimmer-0.5.6_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = ca46747f5db2cecc41552923b22e2c343b543ef1d73ed4432cf6dc2a1091dce4
+ sha256sums = e8a2556ae6e119567a0eb5d8bee4c26e9c8a8cbc576d9db64572d532db41b71d
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index e39fd8252979..1a3730bf870d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.5.5"
-pkgrel="2"
+pkgver="0.5.6"
+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"
"goshimmer.service")
-sha256sums=('ca46747f5db2cecc41552923b22e2c343b543ef1d73ed4432cf6dc2a1091dce4'
+sha256sums=('e8a2556ae6e119567a0eb5d8bee4c26e9c8a8cbc576d9db64572d532db41b71d'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=goshimmer.install