summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-04-24 13:15:15 +0200
committer5chdn2016-04-24 13:15:15 +0200
commit46b39a4c96bd6b2ae7911ee3b0c44bb1c7e8ccf3 (patch)
treecb3dc05f1584198b3c42b350a8a5bb3f77060dd9
parent75164d133a8283d13f6aba2f9ee82e9bcab5d9e3 (diff)
downloadaur-46b39a4c96bd6b2ae7911ee3b0c44bb1c7e8ccf3.tar.gz
Version bump
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 747603ab6919..4ada03c89cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 06:05:56 UTC 2016
+# Sun Apr 24 11:15:08 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.7.0
+ pkgver = 0.7.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-7-0-32.zip::https://github.com/ethereum/mist/releases/download/0.7.0/Ethereum-Wallet-linux32-0-7-0.zip
- source = mist-0-7-0-64.zip::https://github.com/ethereum/mist/releases/download/0.7.0/Ethereum-Wallet-linux64-0-7-0.zip
+ source = mist-0-7-2-32.zip::https://github.com/ethereum/mist/releases/download/0.7.2/Ethereum-Wallet-linux32-0-7-2.zip
+ source = mist-0-7-2-64.zip::https://github.com/ethereum/mist/releases/download/0.7.2/Ethereum-Wallet-linux64-0-7-2.zip
source = mist.desktop
source = icon.png
- sha256sums = 5a3db305209de08b5a10987467163ec3c4ba02983b7ca6b0dd3b3e0967776c15
- sha256sums = 681e9db64e771e73ee03a8a204fe542e7d3c69d50f85ced1f94b71a10bd5bd83
+ sha256sums = 3376b77d954f7602d8f9ed6b6c465f666d3844397fa40ad343b8a7d57b981966
+ sha256sums = b03b531ba9863f4d176b0e84449079f7756839cf237599a9cbbe2ec7a824e12c
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index a7e86743ccfe..3e25eada4d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.7.0
-_pkgver=0-7-0
+pkgver=0.7.2
+_pkgver=0-7-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=(
- "5a3db305209de08b5a10987467163ec3c4ba02983b7ca6b0dd3b3e0967776c15"
- "681e9db64e771e73ee03a8a204fe542e7d3c69d50f85ced1f94b71a10bd5bd83"
+ "3376b77d954f7602d8f9ed6b6c465f666d3844397fa40ad343b8a7d57b981966"
+ "b03b531ba9863f4d176b0e84449079f7756839cf237599a9cbbe2ec7a824e12c"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)