summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-04-01 18:32:45 +0200
committersetBoolean2021-04-01 18:32:45 +0200
commit188b9c4ddb536c7d5fa96beaca03a7dc13a0b3a2 (patch)
treeaba68a887139a1c47fefa765f2bf825c8b2470ae
parent6ea8558916d02dc424ddb4bf68029b374b1d27dc (diff)
downloadaur-188b9c4ddb536c7d5fa96beaca03a7dc13a0b3a2.tar.gz
version bump -> 0.5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe387037fce2..9bd54d27f299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.5.4
- pkgrel = 2
+ pkgver = 0.5.5
+ 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.5.4/goshimmer-0.5.4_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.5.5/goshimmer-0.5.5_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = 4106bb37f268f49009c6231a0423d60d8c130bb2ea9e95ca532279fdecb9a32b
+ sha256sums = ca46747f5db2cecc41552923b22e2c343b543ef1d73ed4432cf6dc2a1091dce4
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f6722b8d6fe..eec319cecdac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: setBoolean <setboolean@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.5.4"
-pkgrel="2"
+pkgver="0.5.5"
+pkgrel="1"
pkgdesc="GoShimmer implementation of Coordicide (official precompiled binary)"
arch=('x86_64')
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"
"goshimmer.service")
-sha256sums=('4106bb37f268f49009c6231a0423d60d8c130bb2ea9e95ca532279fdecb9a32b'
+sha256sums=('ca46747f5db2cecc41552923b22e2c343b543ef1d73ed4432cf6dc2a1091dce4'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=goshimmer.install