summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavers_Career2022-03-04 11:20:10 +0100
committerPavers_Career2022-03-04 11:20:10 +0100
commit305b80b8524499f01dc868ba55d036c55d711987 (patch)
tree8598beb423e4dd5bf2c0e1e5abf103f3e50757fe
parent31728ae56219926f5f88860c7f902e6f161f2336 (diff)
downloadaur-305b80b8524499f01dc868ba55d036c55d711987.tar.gz
version bump -> 0.8.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d7c91ab37f..0090ebb1d986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.8
+ pkgver = 0.8.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.8.8/goshimmer-0.8.8_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.9/goshimmer-0.8.9_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 80181afb7609336c8ae2719558df02e10fa19de5682a7fc8bde5065529a69caf
+ sha256sums = 5a7777dc5f028597ad417933bdb728f5012510a7a3ab859439fa72c87f30fe50
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 585bed603d55..4b9ef8d20311 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.8"
+pkgver="0.8.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=('80181afb7609336c8ae2719558df02e10fa19de5682a7fc8bde5065529a69caf'
+sha256sums=('5a7777dc5f028597ad417933bdb728f5012510a7a3ab859439fa72c87f30fe50'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install