summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-06-17 11:50:23 +0200
committersetBoolean2021-06-17 11:50:23 +0200
commit11916cf9a137008d9a371f0bfa03958214153809 (patch)
tree6ede782d2d0b16b28444eb009632859a6c6c3b71
parent0edd7dbdcd78785b78e23d99f48f5308e133bf46 (diff)
downloadaur-11916cf9a137008d9a371f0bfa03958214153809.tar.gz
version bump -> 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a978cb81f62e..0ec2b694c253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.7.0
+ pkgver = 0.7.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.7.0/goshimmer-0.7.0_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.7.1/goshimmer-0.7.1_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = c723adfec2a3c2955605516ed4dbfd7cdfe17e26537f8ef3520664537a4222cd
+ sha256sums = defb084548c4aa0777e69806b4c506a7ce925c76754e788e00c464e92efc44f4
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 531a78f04306..425557c4f448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.7.0"
+pkgver="0.7.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=('c723adfec2a3c2955605516ed4dbfd7cdfe17e26537f8ef3520664537a4222cd'
+sha256sums=('defb084548c4aa0777e69806b4c506a7ce925c76754e788e00c464e92efc44f4'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install