summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 180ee0ccf03c..19074a13a95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dllud <dllud riseup net>
pkgname=grin-wallet-bin
-pkgver=5.1.0
+pkgver=5.3.0
pkgrel=1
pkgdesc="Reference implementation of Grin's wallet."
arch=('x86_64')
@@ -11,9 +11,9 @@ optdepends=('tor: for immediate transactions through Tor anonymizing network')
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=('aaf0d6b658d1756289bccae82cfea3e084de1bec11d47e86f3254cbe80a3cc60')
+source=("https://github.com/mimblewimble/grin-wallet/releases/download/v${pkgver}/grin-wallet-v${pkgver}-linux-x86_64.tar.gz")
+sha256sums=('d2cb010b6718cc468b9f1a00ded1bb7d3227c829ae77c03f0e5ef545e7c986aa')
package() {
- install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/grin-wallet/grin-wallet"
+ install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/grin-wallet"
}