summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')