summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-11-30 17:51:49 +0100
committersetBoolean2021-11-30 17:51:49 +0100
commitcbc3fc2e3cb8e7e50986d10faa3a40c889582884 (patch)
tree3f429d5df7a5f263c0a29c280c7cb757cbee0563
parent884f21aac75f17f8b0fbc3a82b20abb967f96466 (diff)
downloadaur-cbc3fc2e3cb8e7e50986d10faa3a40c889582884.tar.gz
version bump -> 0.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 931dd82eb084..0a378e29f2a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.2
+ pkgver = 0.8.3
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.2/goshimmer-0.8.2_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.3/goshimmer-0.8.3_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 480edbaae7e55bc83d61a10d310040eed7f5b3f4ba47015f24768451e24d6787
+ sha256sums = 1e8fc4182398b1b84898bfa6877c479bf21a6079b3c00456167068e812c507f6
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index d5335ef15dce..dfd73e67d6e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavers_Career <pavers_career_0d@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.8.2"
+pkgver="0.8.3"
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=('480edbaae7e55bc83d61a10d310040eed7f5b3f4ba47015f24768451e24d6787'
+sha256sums=('1e8fc4182398b1b84898bfa6877c479bf21a6079b3c00456167068e812c507f6'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install