summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsetBoolean2021-09-02 23:50:30 +0200
committersetBoolean2021-09-02 23:50:30 +0200
commit2b47de3ce8391fc2f7726b530df6617dd147ceb2 (patch)
tree397a738ca641729883d8e765d331eb69fb788466
parent11916cf9a137008d9a371f0bfa03958214153809 (diff)
downloadaur-2b47de3ce8391fc2f7726b530df6617dd147ceb2.tar.gz
version bump -> 0.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec2b694c253..74c9905af072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goshimmer-bin
pkgdesc = GoShimmer implementation of Coordicide (official precompiled binary)
- pkgver = 0.7.1
+ pkgver = 0.7.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.7.1/goshimmer-0.7.1_Linux_x86_64.tar.gz
+ source = https://github.com/iotaledger/goshimmer/releases/download/v0.7.5/goshimmer-0.7.5_Linux_x86_64.tar.gz
source = goshimmer.service
- sha256sums = defb084548c4aa0777e69806b4c506a7ce925c76754e788e00c464e92efc44f4
+ sha256sums = d7ac85fad1c5f729101d056b7b1e20c5d0e4a89b9c5055f12668bfe400f4f640
sha256sums = 37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8
pkgname = goshimmer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 425557c4f448..84a3325640d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: setBoolean <setboolean@icloud.com>
+# Maintainer: Pavers_Career <pavers_career_0d@icloud.com>
pkgname="goshimmer-bin"
_pkgname="goshimmer"
-pkgver="0.7.1"
+pkgver="0.7.5"
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=('defb084548c4aa0777e69806b4c506a7ce925c76754e788e00c464e92efc44f4'
+sha256sums=('d7ac85fad1c5f729101d056b7b1e20c5d0e4a89b9c5055f12668bfe400f4f640'
'37e021ce73e05f1878896de42c76877a68fe6a678294bda0de3934b1f5a0d9c8')
backup=('etc/goshimmer/config.json')
install=${_pkgname}.install