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