summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-05-08 06:09:31 +0200
committersetBoolean2021-05-08 06:09:31 +0200
commit7e743f98a11475c58240d007b028668952f40c6e (patch)
tree8a48dbd1c7145ac6c77bef59157564e8c05ae0ea
parenta7a63622d9cc871544ba44299d2c7d47b2f47649 (diff)
downloadaur-7e743f98a11475c58240d007b028668952f40c6e.tar.gz
version bump -> 0.5.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f59074f1db..c4165968941b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.5.7
- pkgrel = 2
+ pkgver = 0.5.8
+ 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.7/goshimmer-0.5.7_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.5.8/goshimmer-0.5.8_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = cc07429bd707b6379d5eb839b713fa6f5490fbab02da7f88017980b33a0be4d4
+ sha256sums = cdfa6592f20579e4d1f8effac34fca8875942d015805176c09a807e9771e9c00
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 622f4a387fb9..7e197ae8d019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.5.7"
-pkgrel="2"
+pkgver="0.5.8"
+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=('cc07429bd707b6379d5eb839b713fa6f5490fbab02da7f88017980b33a0be4d4'
+sha256sums=('cdfa6592f20579e4d1f8effac34fca8875942d015805176c09a807e9771e9c00'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install