summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alexis Ciavaldini2017-07-25 18:31:04 +0200
committerPierre-Alexis Ciavaldini2017-07-25 18:31:04 +0200
commit25be171a865cd4d237e73484b26410bc030c5841 (patch)
tree66086f2b8ac7264c49495d6b1334bbcf0e21a14c
parent5ff874e39f02730ec3b73ff1bb86b81c14536053 (diff)
downloadaur-25be171a865cd4d237e73484b26410bc030c5841.tar.gz
0.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5992cde5a407..f4967f349475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ethereumwallet-bin
pkgdesc = Ethereum Wallet from git releases
- pkgver = 0.8.10
+ pkgver = 0.9.0
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.8.10/Ethereum-Wallet-linux32-0-8-10.zip
- sha256sums_i686 = 8afc6b230f290408e74a2716815966f9508b22e4acb7097886c00feeb91efcee
- source_x86_64 = https://github.com/ethereum/mist/releases/download/v0.8.10/Ethereum-Wallet-linux64-0-8-10.zip
- sha256sums_x86_64 = ddb769a361a65915aef43a0782610db382634a0205aff92c065a05904957f77f
+ source_i686 = https://github.com/ethereum/mist/releases/download/v0.9.0/Ethereum-Wallet-linux32-0-9-0.zip
+ md5sums_i686 = c1b9099fbffd4a459adb6beb36a6ac26
+ source_x86_64 = https://github.com/ethereum/mist/releases/download/v0.9.0/Ethereum-Wallet-linux64-0-9-0.zip
+ md5sums_x86_64 = 17ab26c80a364642683d81ca281bd2cb
pkgname = ethereumwallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 266d4ec6a638..857ce56b7f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
# Maintainer: Pierre-Alexis Ciavaldini <pierre-alexis@ciavaldini.fr>
-# This is my first package, I'll gladly improve the PKGBUILD if needs be
# maintenance
-pkgver="0.8.10"
+pkgver="0.9.0"
pkgrel=1
-sha256sums_i686=("8afc6b230f290408e74a2716815966f9508b22e4acb7097886c00feeb91efcee")
-sha256sums_x86_64=("ddb769a361a65915aef43a0782610db382634a0205aff92c065a05904957f77f")
+md5sums_i686=("c1b9099fbffd4a459adb6beb36a6ac26")
+md5sums_x86_64=("17ab26c80a364642683d81ca281bd2cb")
# info
pkgname="ethereumwallet-bin"