summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-05-13 18:11:01 +0200
committersetBoolean2021-05-13 18:11:01 +0200
commitbe74b5227e7dd872a03945dc435da5eeee9a3ed3 (patch)
tree90c4bf0f36fdcdbc6ef7a3a8b9c3e87dd06509d0
parent7e743f98a11475c58240d007b028668952f40c6e (diff)
downloadaur-be74b5227e7dd872a03945dc435da5eeee9a3ed3.tar.gz
version bump -> 0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4165968941b..4e8266e41c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.5.8
+ pkgver = 0.5.9
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.8/goshimmer-0.5.8_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.5.9/goshimmer-0.5.9_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = cdfa6592f20579e4d1f8effac34fca8875942d015805176c09a807e9771e9c00
+ sha256sums = b0d76cd561f09c7df27201f929aa05a300a9c24a5102442778b9d452154268bb
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e197ae8d019..fe06b09324d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.5.8"
+pkgver="0.5.9"
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=('cdfa6592f20579e4d1f8effac34fca8875942d015805176c09a807e9771e9c00'
+sha256sums=('b0d76cd561f09c7df27201f929aa05a300a9c24a5102442778b9d452154268bb'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install