summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-09-30 10:45:59 +0200
committer5chdn2016-09-30 10:45:59 +0200
commit0f1ac8befcaf54d32511c084fd82ace080be38c3 (patch)
treeebb779973e4f0012c44737842b1525a9b4c6d885
parent31809dba06a691d1b3e1b5fcf6266af774d91be9 (diff)
downloadaur-0f1ac8befcaf54d32511c084fd82ace080be38c3.tar.gz
Update version
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc26ba3c7f58..1405d3675102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 28 20:08:38 UTC 2016
+# Fri Sep 30 08:45:48 UTC 2016
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
- pkgver = 0.8.3
- pkgrel = 3
+ pkgver = 0.8.4
+ pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -32,10 +32,10 @@ pkgbase = mist
source = icon.png
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
- source_i686 = mist-0-8-3-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.3/Mist-linux32-0-8-3.deb
- sha256sums_i686 = c1d9bf21bf01b6a000126a537a4d7b35131e1ba48d301edf33240cd82473bca0
- source_x86_64 = mist-0-8-3-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.3/Mist-linux64-0-8-3.deb
- sha256sums_x86_64 = 88faf16f85135f7a6fb1da57019db1cc5bf147411ea0fcd523472b88e5fcda4f
+ source_i686 = mist-0-8-4-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.4/Mist-linux32-0-8-4.deb
+ sha256sums_i686 = 33af49dc9d71a899f7e29c2ec54a2d10225dd55c536a798060e9f1f3c45633fc
+ source_x86_64 = mist-0-8-4-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.4/Mist-linux64-0-8-4.deb
+ sha256sums_x86_64 = 21f38a592eff26e2ea4c6b64633c1eef616db3850f8c1531658edae43f42cc60
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index 4240ccbb56c5..855cd74c08ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.8.3
-_strver=0-8-3
-pkgrel=3
+pkgver=0.8.4
+_strver=0-8-4
+pkgrel=1
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
depends=(
@@ -49,14 +49,14 @@ source_i686=(
"${pkgname}-${_strver}-32.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux32-${_strver}.deb"
)
sha256sums_i686=(
- "c1d9bf21bf01b6a000126a537a4d7b35131e1ba48d301edf33240cd82473bca0"
+ "33af49dc9d71a899f7e29c2ec54a2d10225dd55c536a798060e9f1f3c45633fc"
)
source_x86_64=(
"${pkgname}-${_strver}-64.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux64-${_strver}.deb"
)
sha256sums_x86_64=(
- "88faf16f85135f7a6fb1da57019db1cc5bf147411ea0fcd523472b88e5fcda4f"
+ "21f38a592eff26e2ea4c6b64633c1eef616db3850f8c1531658edae43f42cc60"
)
prepare() {