summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavers_Career2022-02-25 10:26:01 +0100
committerPavers_Career2022-02-25 10:26:01 +0100
commit997fb489d14a3867b2cba6dffae709e536898ec0 (patch)
tree007e399d00e6af974407660b102216a64d6e3cbc
parent14c5e3c96232c076beeb3bfb36830791f7327fdd (diff)
downloadaur-997fb489d14a3867b2cba6dffae709e536898ec0.tar.gz
version bump -> 0.8.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8c0ec6d110..726d4b6c5e6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.6
+ pkgver = 0.8.7
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.6/goshimmer-0.8.6_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.7/goshimmer-0.8.7_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 5011623b60185ace07feb3030a49d0ff016045d9884cfaa8ffcd1d4e3cc74c66
+ sha256sums = 661d90b1cbb69fe9121ed5ac39febc012fc5b494f04d6ca4a0fc03a7fcb56258
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index c9e512e43415..e14a898378f0 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.6"
+pkgver="0.8.7"
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=('5011623b60185ace07feb3030a49d0ff016045d9884cfaa8ffcd1d4e3cc74c66'
+sha256sums=('661d90b1cbb69fe9121ed5ac39febc012fc5b494f04d6ca4a0fc03a7fcb56258'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install