summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavers_Career2022-02-11 15:07:47 +0100
committerPavers_Career2022-02-11 15:07:47 +0100
commit14c5e3c96232c076beeb3bfb36830791f7327fdd (patch)
tree3af30328d079ddd4e1841477e9ecbf17b092a13e
parent058e921f64907795abe9cc7e9bddc6e1226477a8 (diff)
downloadaur-14c5e3c96232c076beeb3bfb36830791f7327fdd.tar.gz
version bump -> 0.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4c4472f23d3..db8c0ec6d110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.5
+ pkgver = 0.8.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.8.5/goshimmer-0.8.5_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.6/goshimmer-0.8.6_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 829a25b87386c2ad72becd4e6aa37b2541f68967b9833e78e48459616de23b9f
+ sha256sums = 5011623b60185ace07feb3030a49d0ff016045d9884cfaa8ffcd1d4e3cc74c66
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index feb185e52287..c9e512e43415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavers_Career <pavers_career_0d AT icloud DOT com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.8.5"
+pkgver="0.8.6"
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=('829a25b87386c2ad72becd4e6aa37b2541f68967b9833e78e48459616de23b9f'
+sha256sums=('5011623b60185ace07feb3030a49d0ff016045d9884cfaa8ffcd1d4e3cc74c66'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install