summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-11-12 09:16:50 +0100
committersetBoolean2021-11-12 09:16:50 +0100
commit3a91a606df650e3caffc53aac013d896e66b9935 (patch)
tree2bbc43ab61dd117bb24aa2e31cc7a8f8ef165c4a
parent923df167fe2a7537aecd11f838b741a60c8d8c01 (diff)
downloadaur-3a91a606df650e3caffc53aac013d896e66b9935.tar.gz
version bump -> 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ec7bf67247f..b570f20783bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.8.0
+ pkgver = 0.8.1
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.0/goshimmer-0.8.0_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.1/goshimmer-0.8.1_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 43574f259fd7c0cfc335a72731f3e9e7e7e9e2842d24fdd81835a09b78f40b30
+ sha256sums = fa34ed9f837916afa989bebdffe70ab36d024d50a83533dd25284500606a48e2
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e159becc0a1..26bdc205d2e3 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.0"
+pkgver="0.8.1"
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=('43574f259fd7c0cfc335a72731f3e9e7e7e9e2842d24fdd81835a09b78f40b30'
+sha256sums=('fa34ed9f837916afa989bebdffe70ab36d024d50a83533dd25284500606a48e2'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install