summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavers_Career2022-03-14 14:50:26 +0100
committerPavers_Career2022-03-14 14:50:26 +0100
commitadb7a349bd43d74bb7d231fff0527fb286f6c403 (patch)
treeda2eeec1186cfd9d80a46792f6d38f2a90a48a43
parent305b80b8524499f01dc868ba55d036c55d711987 (diff)
downloadaur-adb7a349bd43d74bb7d231fff0527fb286f6c403.tar.gz
version bump -> 0.8.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0090ebb1d986..95d51ec6276f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.9
+ pkgver = 0.8.10
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.9/goshimmer-0.8.9_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.10/goshimmer-0.8.10_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 5a7777dc5f028597ad417933bdb728f5012510a7a3ab859439fa72c87f30fe50
+ sha256sums = a229f780fd6e72b7222e0a452e524dbaeac3d6ae97beefed7ccbf7b93bd9469c
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b9ef8d20311..517041ea2be9 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.9"
+pkgver="0.8.10"
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=('5a7777dc5f028597ad417933bdb728f5012510a7a3ab859439fa72c87f30fe50'
+sha256sums=('a229f780fd6e72b7222e0a452e524dbaeac3d6ae97beefed7ccbf7b93bd9469c'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install