summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-04-19 08:06:05 +0200
committer5chdn2016-04-19 08:06:05 +0200
commit75164d133a8283d13f6aba2f9ee82e9bcab5d9e3 (patch)
treeaf5437c26297b0f1227eb179a865069f66ff1b4c
parent26419267cca2068e785b73c95306c290aeabf9d1 (diff)
downloadaur-75164d133a8283d13f6aba2f9ee82e9bcab5d9e3.tar.gz
Bump version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaec17284766..747603ab6919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 12:34:12 UTC 2016
+# Tue Apr 19 06:05:56 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.6.2
+ pkgver = 0.7.0
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-6-2-32.zip::https://github.com/ethereum/mist/releases/download/0.6.2/Ethereum-Wallet-linux32-0-6-2.zip
- source = mist-0-6-2-64.zip::https://github.com/ethereum/mist/releases/download/0.6.2/Ethereum-Wallet-linux64-0-6-2.zip
+ 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.desktop
source = icon.png
- sha256sums = 160cbeee8042d727d706fb6af7719025cbbded1331110c3a48e378c842ac66b9
- sha256sums = 7c126c6e729f708a43067375cac10871538901dd4a1cc61adc67a906970cbe99
+ sha256sums = 5a3db305209de08b5a10987467163ec3c4ba02983b7ca6b0dd3b3e0967776c15
+ sha256sums = 681e9db64e771e73ee03a8a204fe542e7d3c69d50f85ced1f94b71a10bd5bd83
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
diff --git a/PKGBUILD b/PKGBUILD
index 4623c2292b50..a7e86743ccfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.6.2
-_pkgver=0-6-2
+pkgver=0.7.0
+_pkgver=0-7-0
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=(
- "160cbeee8042d727d706fb6af7719025cbbded1331110c3a48e378c842ac66b9"
- "7c126c6e729f708a43067375cac10871538901dd4a1cc61adc67a906970cbe99"
+ "5a3db305209de08b5a10987467163ec3c4ba02983b7ca6b0dd3b3e0967776c15"
+ "681e9db64e771e73ee03a8a204fe542e7d3c69d50f85ced1f94b71a10bd5bd83"
"d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207"
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)