summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavers_Career2022-03-01 17:18:49 +0100
committerPavers_Career2022-03-01 17:18:49 +0100
commit31728ae56219926f5f88860c7f902e6f161f2336 (patch)
tree49c44ea64883148a36e9ac3f6853f5b54c5edab8
parent997fb489d14a3867b2cba6dffae709e536898ec0 (diff)
downloadaur-31728ae56219926f5f88860c7f902e6f161f2336.tar.gz
version bump -> 0.8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726d4b6c5e6b..47d7c91ab37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.7
+ pkgver = 0.8.8
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.7/goshimmer-0.8.7_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.8/goshimmer-0.8.8_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 661d90b1cbb69fe9121ed5ac39febc012fc5b494f04d6ca4a0fc03a7fcb56258
+ sha256sums = 80181afb7609336c8ae2719558df02e10fa19de5682a7fc8bde5065529a69caf
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index e14a898378f0..585bed603d55 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.7"
+pkgver="0.8.8"
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=('661d90b1cbb69fe9121ed5ac39febc012fc5b494f04d6ca4a0fc03a7fcb56258'
+sha256sums=('80181afb7609336c8ae2719558df02e10fa19de5682a7fc8bde5065529a69caf'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install