summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-05-11 23:12:55 +0200
committer5chdn2016-05-11 23:12:55 +0200
commit8da1afcbab839c58d2bcb6e6a44ff10995f6aaa0 (patch)
tree10159aacbae371ac384adc8390c4d8e8596f08ee
parent46b39a4c96bd6b2ae7911ee3b0c44bb1c7e8ccf3 (diff)
downloadaur-8da1afcbab839c58d2bcb6e6a44ff10995f6aaa0.tar.gz
0.7.3 release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ada03c89cec..9d5aa498bfe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 11:15:08 UTC 2016
+# Wed May 11 21:12:31 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.7.2
+ pkgver = 0.7.3
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-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-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.desktop
source = icon.png
- sha256sums = 3376b77d954f7602d8f9ed6b6c465f666d3844397fa40ad343b8a7d57b981966
- sha256sums = b03b531ba9863f4d176b0e84449079f7756839cf237599a9cbbe2ec7a824e12c
+ sha256sums = dfcd6aed3882e267fd908283516b1a13dee8714bd2fff9b4975f5f1f996a4a20
+ sha256sums = 83850293c2d108ee3181cdd503f6734a581531bab67f910c6f30686f6def9ffb
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index 3e25eada4d1b..7210ea2bb31d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.7.2
-_pkgver=0-7-2
+pkgver=0.7.3
+_pkgver=0-7-3
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=(
- "3376b77d954f7602d8f9ed6b6c465f666d3844397fa40ad343b8a7d57b981966"
- "b03b531ba9863f4d176b0e84449079f7756839cf237599a9cbbe2ec7a824e12c"
+ "dfcd6aed3882e267fd908283516b1a13dee8714bd2fff9b4975f5f1f996a4a20"
+ "83850293c2d108ee3181cdd503f6734a581531bab67f910c6f30686f6def9ffb"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)