summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alexis Ciavaldini2017-12-07 17:02:34 +0100
committerPierre-Alexis Ciavaldini2017-12-07 17:02:34 +0100
commit44bbb47e54439601c92f626952c71cb96dcea347 (patch)
tree92993e9f7ca91f91da3622480ab92bf15823b735
parent3fd30f2591352bb63ced685667edd3aa287f9d3d (diff)
downloadaur-44bbb47e54439601c92f626952c71cb96dcea347.tar.gz
0.9.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faaeb50a66ac..9887445a649b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ethereumwallet-bin
pkgdesc = Ethereum Wallet from git releases
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/ethereum/mist/releases
arch = i686
@@ -24,10 +24,10 @@ pkgbase = ethereumwallet-bin
source = icon.png
sha256sums = 00bf61c3800b3ca5b68165802d1666f422b6356df114132a115726b03b212139
sha256sums = d4f701bb363e5e1d5cd5cb7ea2e8f2c16f1ccb464a1af8bb81b83bbc3ede1e86
- source_i686 = https://github.com/ethereum/mist/releases/download/v0.9.2/Ethereum-Wallet-linux32-0-9-2.zip
- sha256sums_i686 = 82a3a83cec1cae9dc07b360490c21f41544c81ebcdf09795445f27569cdc2d5d
- source_x86_64 = https://github.com/ethereum/mist/releases/download/v0.9.2/Ethereum-Wallet-linux64-0-9-2.zip
- sha256sums_x86_64 = 0c105861e1f9b29d2c8bd6afe1de8e3aa9a49ae3a85dd59a9c57f5fd91f93541
+ source_i686 = https://github.com/ethereum/mist/releases/download/v0.9.3/Ethereum-Wallet-linux32-0-9-3.zip
+ sha256sums_i686 = 72425a83378539c9b774c761b8dda10af04f6cbb6f5f37f6a4fa944e4159dfc7
+ source_x86_64 = https://github.com/ethereum/mist/releases/download/v0.9.3/Ethereum-Wallet-linux64-0-9-3.zip
+ sha256sums_x86_64 = bacff5b9ca62b43d38234059ec73f75ef076f97da1e96a8d4f5dbc3b3f17ad69
pkgname = ethereumwallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e1938d0dd88..ad14e0d0bf1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Pierre-Alexis Ciavaldini <pierre-alexis@ciavaldini.fr>
# maintenance, zip files
-pkgver="0.9.2"
+pkgver="0.9.3"
pkgrel=1
-sha256sums_i686=("82a3a83cec1cae9dc07b360490c21f41544c81ebcdf09795445f27569cdc2d5d")
-sha256sums_x86_64=("0c105861e1f9b29d2c8bd6afe1de8e3aa9a49ae3a85dd59a9c57f5fd91f93541")
+# linux32 zip
+sha256sums_i686=("72425a83378539c9b774c761b8dda10af04f6cbb6f5f37f6a4fa944e4159dfc7")
+# linux64 zip
+sha256sums_x86_64=("bacff5b9ca62b43d38234059ec73f75ef076f97da1e96a8d4f5dbc3b3f17ad69")
# info
pkgname="ethereumwallet-bin"