summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-06 13:18:42 +0200
committerGoliathLabs2020-07-06 13:18:42 +0200
commitb879008027dcf96fa27995f00426694219f69286 (patch)
tree02864de1f650d7ceb3689f728f52056eff2c5534
parentdf140619f01ebfd18525bba5713e51a311055bba (diff)
downloadaur-b879008027dcf96fa27995f00426694219f69286.tar.gz
Updated: v4.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898ad86ba8aa..895dae03259e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grin
pkgdesc = Minimal implementation of the MimbleWimble protocol
- pkgver = 4.0.0b1
+ pkgver = 4.0.0
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#commit=c7c9a32b9b85b9e7dce3b254600972dcc6d7f683
+ source = git+https://github.com/mimblewimble/grin.git#tag=v4.0.0
source = grin-server.service
source = grin-server.toml
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c9b696d4aae..5ce8e9b1ad32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
# Contributor: Nicola Squartini <tensor5@gmail.com>
pkgname=grin
-pkgver=4.0.0b1
-_commit=c7c9a32b9b85b9e7dce3b254600972dcc6d7f683
+pkgver=4.0.0
pkgrel=1
pkgdesc='Minimal implementation of the MimbleWimble protocol'
arch=('i686' 'x86_64')
@@ -12,7 +11,7 @@ license=('Apache')
depends=('ncurses')
makedepends=('clang' 'git' 'rust')
backup=('etc/grin/server.toml')
-source=("git+https://github.com/mimblewimble/grin.git#commit=${_commit}"
+source=("git+https://github.com/mimblewimble/grin.git#tag=v${pkgver}"
'grin-server.service'
'grin-server.toml')
sha256sums=('SKIP'