summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-04-07 14:34:28 +0200
committer5chdn2016-04-07 14:34:28 +0200
commit26419267cca2068e785b73c95306c290aeabf9d1 (patch)
treee9a590aaa51f508230a1ee5d2feace7ecb70bc3e
parent6c4a4a87b9909bfa476ca2b6aa969414f1a71a3d (diff)
downloadaur-26419267cca2068e785b73c95306c290aeabf9d1.tar.gz
Hotfix release 0.6.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51ec87fbc5a1..aaec17284766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 05:13:14 UTC 2016
+# Thu Apr 7 12:34:12 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
@@ -26,12 +26,12 @@ pkgbase = mist
conflicts = mist-git
conflicts = libnode
conflicts = libnode-git
- source = mist-0-6-1-32.zip::https://github.com/ethereum/mist/releases/download/0.6.1/Ethereum-Wallet-linux32-0-6-1.zip
- source = mist-0-6-1-64.zip::https://github.com/ethereum/mist/releases/download/0.6.1/Ethereum-Wallet-linux64-0-6-1.zip
+ source = mist-0-6-2-32.zip::https://github.com/ethereum/mist/releases/download/0.6.2/Ethereum-Wallet-linux32-0-6-2.zip
+ source = mist-0-6-2-64.zip::https://github.com/ethereum/mist/releases/download/0.6.2/Ethereum-Wallet-linux64-0-6-2.zip
source = mist.desktop
source = icon.png
- sha256sums = 6b1a24232e0f5fa19ddf90f9589c1fc776e2af0863fe0987d62e474716c1505a
- sha256sums = ebf90d11ba4add5d023f205e6823507132553718090ddb09394a3c69c46e8944
+ sha256sums = 160cbeee8042d727d706fb6af7719025cbbded1331110c3a48e378c842ac66b9
+ sha256sums = 7c126c6e729f708a43067375cac10871538901dd4a1cc61adc67a906970cbe99
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index 62da50150e13..4623c2292b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.6.1
-_pkgver=0-6-1
+pkgver=0.6.2
+_pkgver=0-6-2
pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
@@ -42,8 +42,8 @@ source=(
"icon.png"
)
sha256sums=(
- "6b1a24232e0f5fa19ddf90f9589c1fc776e2af0863fe0987d62e474716c1505a"
- "ebf90d11ba4add5d023f205e6823507132553718090ddb09394a3c69c46e8944"
+ "160cbeee8042d727d706fb6af7719025cbbded1331110c3a48e378c842ac66b9"
+ "7c126c6e729f708a43067375cac10871538901dd4a1cc61adc67a906970cbe99"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)