summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-04-06 07:13:34 +0200
committer5chdn2016-04-06 07:13:34 +0200
commit6c4a4a87b9909bfa476ca2b6aa969414f1a71a3d (patch)
tree90de7eb8c9183691120e829df0c196099901b854
parent80027c782f4f0dc1e2293205c786ccbfa3402efe (diff)
downloadaur-6c4a4a87b9909bfa476ca2b6aa969414f1a71a3d.tar.gz
Hotfix release 0.6.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0403da791185..51ec87fbc5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 4 17:44:37 UTC 2016
+# Wed Apr 6 05:13:14 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.6.0
+ pkgver = 0.6.1
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-0-32.zip::https://github.com/ethereum/mist/releases/download/0.6.0/Ethereum-Wallet-linux32-0-6-0.zip
- source = mist-0-6-0-64.zip::https://github.com/ethereum/mist/releases/download/0.6.0/Ethereum-Wallet-linux64-0-6-0.zip
+ 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.desktop
source = icon.png
- sha256sums = a875c055eae0375c045e2901c3e5574c14cac8be8440d56b36f5e64fed8131fa
- sha256sums = 52b2293fac80f4bd5af4efbdd3af9f1c979840bf3deab87df713de0f1c843985
+ sha256sums = 6b1a24232e0f5fa19ddf90f9589c1fc776e2af0863fe0987d62e474716c1505a
+ sha256sums = ebf90d11ba4add5d023f205e6823507132553718090ddb09394a3c69c46e8944
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index e22a2332e58a..62da50150e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.6.0
-_pkgver=0-6-0
+pkgver=0.6.1
+_pkgver=0-6-1
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=(
- "a875c055eae0375c045e2901c3e5574c14cac8be8440d56b36f5e64fed8131fa"
- "52b2293fac80f4bd5af4efbdd3af9f1c979840bf3deab87df713de0f1c843985"
+ "6b1a24232e0f5fa19ddf90f9589c1fc776e2af0863fe0987d62e474716c1505a"
+ "ebf90d11ba4add5d023f205e6823507132553718090ddb09394a3c69c46e8944"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)