summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsmile2019-06-19 12:17:39 +0200
committerxsmile2019-06-19 12:20:59 +0200
commit41a9e09099ce70be40320e2dc05703728201ab3a (patch)
treee3b4511467bb64772752e7f64d7e04339b063357
parent4cf4e42e597432cfebe022a532ae5f2570ddae27 (diff)
downloadaur-41a9e09099ce70be40320e2dc05703728201ab3a.tar.gz
3.39.0
-rw-r--r--.SRCINFO10
-rw-r--r--LICENSE4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f83f4accb5f..720c7bd6f7e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = myetherwallet
pkgdesc = Free, open-source, client-side tool for easily & securely interacting with the Ethereum network
- pkgver = 3.37.0
+ pkgver = 3.39.0
pkgrel = 1
url = https://github.com/kvhnuke/etherwallet
arch = any
license = MIT
depends = xdg-utils
- source = https://github.com/kvhnuke/etherwallet/releases/download/v3.37.0/etherwallet-v3.37.0.zip
- source = https://github.com/kvhnuke/etherwallet/releases/download/v3.37.0/etherwallet-v3.37.0.zip.sig
+ source = https://github.com/kvhnuke/etherwallet/releases/download/v3.39.0/etherwallet-v3.39.0.zip
+ source = https://github.com/kvhnuke/etherwallet/releases/download/v3.39.0/etherwallet-v3.39.0.zip.sig
source = myetherwallet.desktop
source = myetherwallet
source = LICENSE
validpgpkeys = 2FCA4A1E3AF4278F7AD3B7637F059C0F7B9A12F0
- sha256sums = f722056e9f2efd2a3803128ee900acf25117d367b1d10e36af52a94dfe63d799
+ sha256sums = 46776f7e357f3334a773f486048f47d83c67ee2439d973ee872403db1f91cfb1
sha256sums = SKIP
sha256sums = 08fca55eaa60eca466f75a9961aa792442e36ae6740f31ff9c0dbfa888f9a45f
sha256sums = 7f53205c3ee5ca028aa9ef69544de8befdc25670dfbd45203ea8d81539e3ca7e
- sha256sums = c834d53db7382f39e38e49e72ca27c79353e3be00e47e40705c2e5b9be964b57
+ sha256sums = 6d8c51c704f3a16402bc9eceb01273d7fbad1f1a4e8770a26dfd35b531101d34
pkgname = myetherwallet
diff --git a/LICENSE b/LICENSE
index 2f43cb654b6a..c361438d42a7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (C) 2015-2017 MyEtherWallet LLC
+Copyright (C) 2015-2019 MyEtherWallet INC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE. \ No newline at end of file
+SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 92442b683e07..13b03be2a8eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=myetherwallet
_pkgname=etherwallet
-pkgver=3.37.0
+pkgver=3.39.0
pkgrel=1
pkgdesc='Free, open-source, client-side tool for easily & securely interacting with the Ethereum network'
arch=('any')
@@ -13,11 +13,11 @@ source=("$url/releases/download/v$pkgver/$_pkgname-v$pkgver.zip"{,.sig}
'myetherwallet.desktop'
'myetherwallet'
'LICENSE')
-sha256sums=('f722056e9f2efd2a3803128ee900acf25117d367b1d10e36af52a94dfe63d799'
+sha256sums=('46776f7e357f3334a773f486048f47d83c67ee2439d973ee872403db1f91cfb1'
'SKIP'
'08fca55eaa60eca466f75a9961aa792442e36ae6740f31ff9c0dbfa888f9a45f'
'7f53205c3ee5ca028aa9ef69544de8befdc25670dfbd45203ea8d81539e3ca7e'
- 'c834d53db7382f39e38e49e72ca27c79353e3be00e47e40705c2e5b9be964b57')
+ '6d8c51c704f3a16402bc9eceb01273d7fbad1f1a4e8770a26dfd35b531101d34')
validpgpkeys=('2FCA4A1E3AF4278F7AD3B7637F059C0F7B9A12F0')
package() {