summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-09-26 13:42:33 +0200
committersetBoolean2021-09-26 13:42:33 +0200
commitf28cc8fce50b72caac5dfdbdf83d46e8df5f002a (patch)
tree94648dae79c8850957fc8a988092b11c34c66fb5
parent2b47de3ce8391fc2f7726b530df6617dd147ceb2 (diff)
downloadaur-f28cc8fce50b72caac5dfdbdf83d46e8df5f002a.tar.gz
version bump -> 0.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74c9905af072..188d22044b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.7.5
+ pkgver = 0.7.6
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.5/goshimmer-0.7.5_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.7.6/goshimmer-0.7.6_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = d7ac85fad1c5f729101d056b7b1e20c5d0e4a89b9c5055f12668bfe400f4f640
+ sha256sums = effa02b6dcca5b311534f64b9fe9c464cdbc5901a821b421b538e26557871fe7
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84a3325640d0..28f88f27e2f0 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.5"
+pkgver="0.7.6"
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=('d7ac85fad1c5f729101d056b7b1e20c5d0e4a89b9c5055f12668bfe400f4f640'
+sha256sums=('effa02b6dcca5b311534f64b9fe9c464cdbc5901a821b421b538e26557871fe7'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install