summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-05-18 09:28:37 +0200
committer5chdn2016-05-18 09:28:37 +0200
commit317e663d349b3904b5147f1923e8553e24dcee1e (patch)
tree1266159ca103419157a61c22bfea10d42db00f62
parent8da1afcbab839c58d2bcb6e6a44ff10995f6aaa0 (diff)
downloadaur-317e663d349b3904b5147f1923e8553e24dcee1e.tar.gz
Security update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d5aa498bfe2..205cd1b49674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 11 21:12:31 UTC 2016
+# Wed May 18 07:28:32 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.7.3
+ pkgver = 0.7.4
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-7-3-32.zip::https://github.com/ethereum/mist/releases/download/0.7.3/Ethereum-Wallet-linux32-0-7-3.zip
- source = mist-0-7-3-64.zip::https://github.com/ethereum/mist/releases/download/0.7.3/Ethereum-Wallet-linux64-0-7-3.zip
+ source = mist-0-7-4-32.zip::https://github.com/ethereum/mist/releases/download/0.7.4/Ethereum-Wallet-linux32-0-7-4.zip
+ source = mist-0-7-4-64.zip::https://github.com/ethereum/mist/releases/download/0.7.4/Ethereum-Wallet-linux64-0-7-4.zip
source = mist.desktop
source = icon.png
- sha256sums = dfcd6aed3882e267fd908283516b1a13dee8714bd2fff9b4975f5f1f996a4a20
- sha256sums = 83850293c2d108ee3181cdd503f6734a581531bab67f910c6f30686f6def9ffb
+ sha256sums = a7f20936d0c1f15d7d5255f57aaeb9c91a14b1dca7c1df52862b8ba3aabd73da
+ sha256sums = a7fd8c64aacd53e9f126d261412c543df4d93c247c7c059949d9bcd6588e4765
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index 7210ea2bb31d..4c8cd3aa2363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.7.3
-_pkgver=0-7-3
+pkgver=0.7.4
+_pkgver=0-7-4
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=(
- "dfcd6aed3882e267fd908283516b1a13dee8714bd2fff9b4975f5f1f996a4a20"
- "83850293c2d108ee3181cdd503f6734a581531bab67f910c6f30686f6def9ffb"
+ "a7f20936d0c1f15d7d5255f57aaeb9c91a14b1dca7c1df52862b8ba3aabd73da"
+ "a7fd8c64aacd53e9f126d261412c543df4d93c247c7c059949d9bcd6588e4765"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)