summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavers_Career2022-01-13 09:39:01 +0100
committerPavers_Career2022-01-13 09:39:01 +0100
commit7f47a694ab418167ec615f41e1b6fff30de13bc2 (patch)
tree10b7bdf97ae9c6a2a1800c66451b0aed5b4620d4
parentcbc3fc2e3cb8e7e50986d10faa3a40c889582884 (diff)
downloadaur-7f47a694ab418167ec615f41e1b6fff30de13bc2.tar.gz
version bump -> 0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a378e29f2a1..852caed14c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.3
+ pkgver = 0.8.4
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.3/goshimmer-0.8.3_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.4/goshimmer-0.8.4_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 1e8fc4182398b1b84898bfa6877c479bf21a6079b3c00456167068e812c507f6
+ sha256sums = 4296a9148a099231ed2912c285844976a1cc377c1a29a5097e941de92ab34eae
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index dfd73e67d6e8..b67c3cdade76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Pavers_Career <pavers_career_0d@icloud.com>
+# Maintainer: Pavers_Career <pavers_career_0d AT icloud DOT com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.8.3"
+pkgver="0.8.4"
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=('1e8fc4182398b1b84898bfa6877c479bf21a6079b3c00456167068e812c507f6'
+sha256sums=('4296a9148a099231ed2912c285844976a1cc377c1a29a5097e941de92ab34eae'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install