summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-03-13 14:04:08 +0100
committer5chdn2016-03-13 14:04:08 +0100
commitd63d60dfa042b580d211b2fe99419463d271d910 (patch)
tree1d73014470e13c74edb5b0edec4d2f4ea5998f5f
parent813ee5a6a900439ae6ec38f968373058d6fa86ae (diff)
downloadaur-d63d60dfa042b580d211b2fe99419463d271d910.tar.gz
Homestead hotfix release 0.5.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bcd3166954e..ede55d7c8b6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 19:50:10 UTC 2016
+# Sun Mar 13 13:03:53 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -26,12 +26,12 @@ pkgbase = mist
conflicts = mist-git
conflicts = libnode
conflicts = libnode-git
- source = mist-0-5-1-32.zip::https://github.com/ethereum/mist/releases/download/0.5.1/Ethereum-Wallet-linux32-0-5-1.zip
- source = mist-0-5-1-64.zip::https://github.com/ethereum/mist/releases/download/0.5.1/Ethereum-Wallet-linux64-0-5-1.zip
+ source = mist-0-5-2-32.zip::https://github.com/ethereum/mist/releases/download/0.5.2/Ethereum-Wallet-linux32-0-5-2.zip
+ source = mist-0-5-2-64.zip::https://github.com/ethereum/mist/releases/download/0.5.2/Ethereum-Wallet-linux64-0-5-2.zip
source = mist.desktop
source = icon.png
- sha256sums = 1d6dba4ed2bd9a95573a656fe2be0354d27275af77a8c9983579ec3af1c46eb5
- sha256sums = 72800129c4af35b98d2982e681c78745828b0b0602b83de737e504caf02f916d
+ sha256sums = b5d23930b4be88ef0d7c5dc05f8e4391da2e28f6825cd5cfd5c4ed4ce4fd3201
+ sha256sums = 949b82caecc091f3888f24a8e318b0b1fce14563fee5330a9653c6fbb74018a2
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index c4b99d83fa96..40b49e32ef60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.5.1
-_pkgver=0-5-1
-pkgrel=2
+pkgver=0.5.2
+_pkgver=0-5-2
+pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
depends=(
@@ -42,8 +42,8 @@ source=(
"icon.png"
)
sha256sums=(
- "1d6dba4ed2bd9a95573a656fe2be0354d27275af77a8c9983579ec3af1c46eb5"
- "72800129c4af35b98d2982e681c78745828b0b0602b83de737e504caf02f916d"
+ "b5d23930b4be88ef0d7c5dc05f8e4391da2e28f6825cd5cfd5c4ed4ce4fd3201"
+ "949b82caecc091f3888f24a8e318b0b1fce14563fee5330a9653c6fbb74018a2"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)