summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAles Katona2017-10-11 00:08:45 -0600
committerAles Katona2017-10-11 00:08:45 -0600
commit641da9ec53bc4d7802b14f1d4a9c94be5d003610 (patch)
tree19833df9bc1dff89c69821476bc2412997c570dd
parentfa7e683ac217a05971a04da4d285fc18848f94c0 (diff)
downloadaur-641da9ec53bc4d7802b14f1d4a9c94be5d003610.tar.gz
* upgrade to v2.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b51e877aaff..20d5562e8177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etherwall
pkgdesc = Ethereum GUI Wallet (QT5)
- pkgver = 2.0.6
+ pkgver = 2.0.7
pkgrel = 1
url = http://etherwall.com
arch = i686
@@ -14,9 +14,9 @@ pkgbase = etherwall
depends = protobuf
depends = hidapi
depends = libsystemd
- source = https://github.com/almindor/etherwall/archive/v2.0.6.tar.gz
+ source = https://github.com/almindor/etherwall/archive/v2.0.7.tar.gz
source = https://github.com/trezor/trezor-common/archive/4ac8e8c.tar.gz
- sha256sums = b2ca33482e7301beebbab5cdd03a829612998346698a9295d30fd6c5412713f3
+ sha256sums = 1df2fdda00a87f61823051f1ddabfab541051f362429ec18fbefd1b371c8ff0d
sha256sums = 95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459
pkgname = etherwall
diff --git a/PKGBUILD b/PKGBUILD
index 74187b78048d..e362a9d54b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ales Katona <almindor@gmail.com>
pkgname=etherwall
-pkgver=2.0.6
+pkgver=2.0.7
pkgrel=1
pkgdesc="Ethereum GUI Wallet (QT5)"
arch=(i686 x86_64)
@@ -8,7 +8,7 @@ url="http://etherwall.com"
license=('GPL3')
depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
source=("https://github.com/almindor/${pkgname}/archive/v${pkgver}.tar.gz" 'https://github.com/trezor/trezor-common/archive/4ac8e8c.tar.gz')
-sha256sums=('b2ca33482e7301beebbab5cdd03a829612998346698a9295d30fd6c5412713f3' '95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459')
+sha256sums=('1df2fdda00a87f61823051f1ddabfab541051f362429ec18fbefd1b371c8ff0d' '95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459')
build() {
cd "etherwall-$pkgver"