summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-11-06 10:26:30 +0100
committersetBoolean2021-11-06 10:26:30 +0100
commit923df167fe2a7537aecd11f838b741a60c8d8c01 (patch)
tree62b1118d7b0263bda090a041ce4939271ddb3fdd
parent5edc2e5602cbd0e53d581491a381a4d53541733c (diff)
downloadaur-923df167fe2a7537aecd11f838b741a60c8d8c01.tar.gz
version bump -> 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5577ee3f71ca..8ec7bf67247f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.7.7
+ pkgver = 0.8.0
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.7.7/goshimmer-0.7.7_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.8.0/goshimmer-0.8.0_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 2439b3d677ba222cbdd9c100a4378d76a3e46d175955b81c9d7efc381597fcf2
+ sha256sums = 43574f259fd7c0cfc335a72731f3e9e7e7e9e2842d24fdd81835a09b78f40b30
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c388ae9f4a9..7e159becc0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavers_Career <pavers_career_0d@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.7.7"
+pkgver="0.8.0"
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=('2439b3d677ba222cbdd9c100a4378d76a3e46d175955b81c9d7efc381597fcf2'
+sha256sums=('43574f259fd7c0cfc335a72731f3e9e7e7e9e2842d24fdd81835a09b78f40b30'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install