summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-11-26 18:24:10 +0100
committersetBoolean2021-11-26 18:24:10 +0100
commit884f21aac75f17f8b0fbc3a82b20abb967f96466 (patch)
tree07184886bdb6ed2c50dc986bcb334e5b8893d6c1
parent3a91a606df650e3caffc53aac013d896e66b9935 (diff)
downloadaur-884f21aac75f17f8b0fbc3a82b20abb967f96466.tar.gz
version bump -> 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b570f20783bb..931dd82eb084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.1
+ pkgver = 0.8.2
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.1/goshimmer-0.8.1_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.2/goshimmer-0.8.2_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = fa34ed9f837916afa989bebdffe70ab36d024d50a83533dd25284500606a48e2
+ sha256sums = 480edbaae7e55bc83d61a10d310040eed7f5b3f4ba47015f24768451e24d6787
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26bdc205d2e3..d5335ef15dce 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.1"
+pkgver="0.8.2"
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=('fa34ed9f837916afa989bebdffe70ab36d024d50a83533dd25284500606a48e2'
+sha256sums=('480edbaae7e55bc83d61a10d310040eed7f5b3f4ba47015f24768451e24d6787'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install