summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel O'Neil2018-12-30 01:18:13 -0500
committerMarcel O'Neil2018-12-30 01:18:13 -0500
commit83012b94c96f05a0d9399e41518b73e3b7130f3f (patch)
tree4aae3215c2e94e33f62c508f6902f0cb2f961e0b
parent688c25a58f338bf7eab05d4c2e27ba161134e937 (diff)
downloadaur-83012b94c96f05a0d9399e41518b73e3b7130f3f.tar.gz
3.3.4
* Anti-Phishing protection.. Server-provided text will not appear in user-facing GUI windows anymore. Server error messages are instead parsed and mapped to predefined strings. * "Import Labels" now works. * Memory usage of the app has been reduced -- especially with multiple wallets. * Upgrade prebuilt Windows and MacOS binary to use newer PyQt5 5.11.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a4a4b9bc87..6a8952438689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron-cash
pkgdesc = Lightweight Bitcoin Cash wallet
- pkgver = 3.3.3
+ pkgver = 3.3.4
pkgrel = 1
url = http://www.electroncash.org/
arch = any
@@ -34,8 +34,8 @@ pkgbase = electron-cash
optdepends = zbar: QR code reading support
provides = electron-cash
conflicts = electron-cash
- source = electron-cash-3.3.3.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/3.3.3.tar.gz
- sha256sums = 587eb52e2061020b77ac3fa8a79ca3bccef280d21f93b6d8522d02c24ecaaed2
+ source = electron-cash-3.3.4.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/3.3.4.tar.gz
+ sha256sums = a29ae85744e40795b4a3b756893e62322078c6c0f87560e19f71442bc1d17321
pkgname = electron-cash
diff --git a/PKGBUILD b/PKGBUILD
index cbd2d75a8208..c1cb70ea7446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=3.3.3
+pkgver=3.3.4
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -47,7 +47,7 @@ optdepends=(
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Electron-Cash/Electron-Cash/archive/${pkgver/.0}.tar.gz")
-sha256sums=('587eb52e2061020b77ac3fa8a79ca3bccef280d21f93b6d8522d02c24ecaaed2')
+sha256sums=('a29ae85744e40795b4a3b756893e62322078c6c0f87560e19f71442bc1d17321')
build() {
cd "Electron-Cash-${pkgver/.0}"