summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-06-02 14:47:28 +0200
committersetBoolean2021-06-02 14:47:28 +0200
commit0edd7dbdcd78785b78e23d99f48f5308e133bf46 (patch)
tree2549b8ff48d904541f226368f38a18c52a6a7f16
parent0621206f7862f31814e2399c1dabe5cc7152d4e9 (diff)
downloadaur-0edd7dbdcd78785b78e23d99f48f5308e133bf46.tar.gz
version bump -> 0.7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7857f8b0275e..a978cb81f62e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.6.4
+ pkgver = 0.7.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.6.4/goshimmer-0.6.4_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.7.0/goshimmer-0.7.0_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = b976a50acabaf6a9e323356c5f329bedb728c8361bab48c8c5815404ecb927cc
+ sha256sums = c723adfec2a3c2955605516ed4dbfd7cdfe17e26537f8ef3520664537a4222cd
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 9e4ac1c3e200..531a78f04306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.6.4"
+pkgver="0.7.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=('b976a50acabaf6a9e323356c5f329bedb728c8361bab48c8c5815404ecb927cc'
+sha256sums=('c723adfec2a3c2955605516ed4dbfd7cdfe17e26537f8ef3520664537a4222cd'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install