summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel O'Neil2019-01-25 14:18:59 -0500
committerMarcel O'Neil2019-01-25 14:18:59 -0500
commit6cb09f54b19038861ba44898bac5bacd4be9032b (patch)
treefd2fa2cbf565bfc82f19d8c9e49e32d99a0dc453 /PKGBUILD
parent83012b94c96f05a0d9399e41518b73e3b7130f3f (diff)
downloadaur-6cb09f54b19038861ba44898bac5bacd4be9032b.tar.gz
3.3.5
* Added ability to specify raw hex op_return data in Send tab * Added server options for: "Preferred" and "Banned" in Network Dialog, and an option to connect to only preferred servers. * LabelSync plugin now works properly * Cosigner pool plugin fixups -- it should work much better now! * Cashaddr is now default on new installs * OSX packaging fixes (code signature should stay dynamically valid now) * Updated Trezor plugin to trezorlib-0.11.x (#1089) * Many bugs and quirks fixed from issue tracker * Performance improvements * Memory leaks fixed * Windows setup.exe (installer version) works now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1cb70ea7446..87c7f12c7b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Dan Beste <dan.ray.beste@gmail.com>
# Maintainer: Marcel O'Neil <marcel@marceloneil.com>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
# Contributor: RunningDroid <runningdroid AT zoho.com>
# Contributor: Sebastian Lindqvist <dunpin@gmail.com>
+# Contributor: Dan Beste <dan.ray.beste@gmail.com>
pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=3.3.4
+pkgver=3.3.5
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=('a29ae85744e40795b4a3b756893e62322078c6c0f87560e19f71442bc1d17321')
+sha256sums=('aa0500a133d93cb24612297b83c7227ee9a66028b2b4e92ea134c69fd9a81623')
build() {
cd "Electron-Cash-${pkgver/.0}"