summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-26 18:59:07 +0200
committerGoliathLabs2020-07-26 18:59:07 +0200
commitbd31b137894c73d58877bdc8059e1b38b4b76aa2 (patch)
tree82130843db87d32f5bb0b33a75d857f3c19650da
parent6a255bae27841c816bd21da09d4361dc9d56bf29 (diff)
downloadaur-bd31b137894c73d58877bdc8059e1b38b4b76aa2.tar.gz
Updated: 4.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead78f6b1545..a76273d641e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grin
pkgdesc = Minimal implementation of the MimbleWimble protocol
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://github.com/mimblewimble/grin
arch = i686
@@ -11,7 +11,7 @@ pkgbase = grin
makedepends = rust
depends = ncurses
backup = etc/grin/server.toml
- source = git+https://github.com/mimblewimble/grin.git#tag=v4.0.1
+ source = git+https://github.com/mimblewimble/grin.git#tag=v4.0.2
source = grin-server.service
source = grin-server.toml
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6ef18461495c..2e13682ee5cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicola Squartini <tensor5@gmail.com>
pkgname=grin
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc='Minimal implementation of the MimbleWimble protocol'
arch=('i686' 'x86_64')