summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-06-24 18:02:57 +0200
committer5chdn2016-06-24 18:02:57 +0200
commitbbeca3bf64d17a9638a69dcdb22a2dd5090feb7f (patch)
tree0813959bc9b367727aa21dbd0b4267d62c8fbb4a
parent770626908eccedca7df93728550bab1b615414f4 (diff)
downloadaur-bbeca3bf64d17a9638a69dcdb22a2dd5090feb7f.tar.gz
Beta 20 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fe661471d29..b0c8f697b74e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 06:20:43 UTC 2016
+# Fri Jun 24 16:02:38 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.7.5
+ pkgver = 0.7.6
pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
@@ -32,10 +32,10 @@ pkgbase = mist
source = icon.png
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
- source_i686 = mist-0-7-5-32.zip::https://github.com/ethereum/mist/releases/download/0.7.5/Ethereum-Wallet-linux32-0-7-5.zip
- sha256sums_i686 = 2f40fe810093cf00b777eb93c721aaf4aff87a5db7bc7dbb756ea51aa19daa54
- source_x86_64 = mist-0-7-5-64.zip::https://github.com/ethereum/mist/releases/download/0.7.5/Ethereum-Wallet-linux64-0-7-5.zip
- sha256sums_x86_64 = 493081687a06fb69aac528651b2aa4b820dd097377052133f0a75468cf2ade4e
+ source_i686 = mist-0-7-6-32.zip::https://github.com/ethereum/mist/releases/download/0.7.6/Ethereum-Wallet-linux32-0-7-6.zip
+ sha256sums_i686 = 4cb5c912388d7c6297bb77faad97e282e6acc7263550a54805ae3a16c606ac13
+ source_x86_64 = mist-0-7-6-64.zip::https://github.com/ethereum/mist/releases/download/0.7.6/Ethereum-Wallet-linux64-0-7-6.zip
+ sha256sums_x86_64 = 123ff2213170928856aa365b267c1b372576757dc0e53666d8a4760e056cacc6
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index c4e2b79e9c47..8ab4a35d0a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.7.5
-_pkgver=0-7-5
+pkgver=0.7.6
+_pkgver=0-7-6
pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
@@ -49,13 +49,13 @@ source_i686=(
"${pkgname}-${_pkgver}-32.zip::https://github.com/ethereum/$pkgname/releases/download/${pkgver}/Ethereum-Wallet-linux32-$_pkgver.zip"
)
sha256sums_i686=(
- "2f40fe810093cf00b777eb93c721aaf4aff87a5db7bc7dbb756ea51aa19daa54"
+ "4cb5c912388d7c6297bb77faad97e282e6acc7263550a54805ae3a16c606ac13"
)
source_x86_64=(
"${pkgname}-${_pkgver}-64.zip::https://github.com/ethereum/$pkgname/releases/download/${pkgver}/Ethereum-Wallet-linux64-$_pkgver.zip"
)
sha256sums_x86_64=(
- "493081687a06fb69aac528651b2aa4b820dd097377052133f0a75468cf2ade4e"
+ "123ff2213170928856aa365b267c1b372576757dc0e53666d8a4760e056cacc6"
)
package() {