summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-14 16:23:59 +0200
committerGoliathLabs2020-07-14 16:23:59 +0200
commit6a255bae27841c816bd21da09d4361dc9d56bf29 (patch)
tree323f73c1b36e22f2b3ea1d1587470964be36b34a
parentb879008027dcf96fa27995f00426694219f69286 (diff)
downloadaur-6a255bae27841c816bd21da09d4361dc9d56bf29.tar.gz
Updated: 4.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 895dae03259e..ead78f6b1545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grin
pkgdesc = Minimal implementation of the MimbleWimble protocol
- pkgver = 4.0.0
+ pkgver = 4.0.1
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.0
+ source = git+https://github.com/mimblewimble/grin.git#tag=v4.0.1
source = grin-server.service
source = grin-server.toml
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5ce8e9b1ad32..6ef18461495c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicola Squartini <tensor5@gmail.com>
pkgname=grin
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc='Minimal implementation of the MimbleWimble protocol'
arch=('i686' 'x86_64')