summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Tran2019-06-21 10:25:22 -0500
committerMatthew Tran2019-06-21 10:25:22 -0500
commit8b3951c124475611681d5c858f292e9fd6539204 (patch)
tree52c8aaedd9e3c11c7e1889dadfad24c3ec1d34e1
parentb42f68a37c6e858953c43d38ef07ed1cc841c553 (diff)
downloadaur-8b3951c124475611681d5c858f292e9fd6539204.tar.gz
4.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13614d3b9132..f2189bab515a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron-cash
pkgdesc = Lightweight Bitcoin Cash wallet
- pkgver = 4.0.6
+ pkgver = 4.0.7
pkgrel = 1
url = http://www.electroncash.org/
arch = any
@@ -33,8 +33,8 @@ pkgbase = electron-cash
optdepends = zbar: QR code reading support
provides = electron-cash
conflicts = electron-cash
- source = electron-cash-4.0.6.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/4.0.6.tar.gz
- sha256sums = a46a2a054454d4b78f3de9debac550ce89e44bac8fe587e055c0efa87fa494f6
+ source = electron-cash-4.0.7.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/4.0.7.tar.gz
+ sha256sums = 9d8719680c1f9f16e63228c019c2b7f36ff3a8255c77d0a7fae25332217f4154
pkgname = electron-cash
diff --git a/PKGBUILD b/PKGBUILD
index 19a80f93f367..a975ffc1e76d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/${pkgver}.tar.gz")
-sha256sums=('a46a2a054454d4b78f3de9debac550ce89e44bac8fe587e055c0efa87fa494f6')
+sha256sums=('9d8719680c1f9f16e63228c019c2b7f36ff3a8255c77d0a7fae25332217f4154')
build() {
cd "Electron-Cash-${pkgver}"