summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordllud2020-06-03 01:06:37 +0100
committerdllud2020-06-03 01:08:50 +0100
commitfd6d6e8ccbd08c6b5a474a1b6497b7e177b4bfd4 (patch)
tree6b49ca5f2dbe16b12f4f25e12fa841d14518bf2d /PKGBUILD
parentb9aa041b13d513add725977beab247811cbd4273 (diff)
downloadaur-fd6d6e8ccbd08c6b5a474a1b6497b7e177b4bfd4.tar.gz
Update to v3.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23dbbe1c984f..20b43aa6ddd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: dllud <dllud riseup net>
pkgname=grin-wallet-bin
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="Reference implementation of Grin's wallet."
arch=('x86_64')
url='https://github.com/mimblewimble/grin-wallet'
@@ -12,7 +12,7 @@ conflicts=('grin-wallet')
provides=('grin-wallet')
options=(!strip)
source=("https://github.com/mimblewimble/grin-wallet/releases/download/v${pkgver}/grin-wallet-v${pkgver}-linux-amd64.tar.gz")
-sha256sums=('4fa55924078df6a5feab3fc07cd07f399f3891f40c37f95f5818e4eab40c77f3')
+sha256sums=('3f980b17303ed42db14b5b8949a2767e76908cc9b47ff566c5305506f8063b69')
package() {
install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/grin-wallet/grin-wallet"