summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-10-27 21:48:37 +0200
committer5chdn2016-10-27 21:48:37 +0200
commitee071c5e95de43eeab884e839c671d539400b2e0 (patch)
treeee9f2efb2c0b7cdd570730c16c33b7d617f581c7
parentfa828bc4edeaaa432f4d7fcd2897daed90a29dba (diff)
downloadaur-ee071c5e95de43eeab884e839c671d539400b2e0.tar.gz
Version bump
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91241c0fd556..0780422cea0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 17 08:09:54 UTC 2016
+# Thu Oct 27 19:48:28 UTC 2016
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
- pkgver = 0.8.6
- pkgrel = 2
+ pkgver = 0.8.7
+ pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -29,10 +29,10 @@ pkgbase = mist
source = icon.png
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
- source_i686 = mist-0-8-6-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.6/Mist-linux32-0-8-6.deb
- sha256sums_i686 = ebe7792e8b05e426d5a48f2eedcbfab8526ced786e826d37529162c9980f59cf
- source_x86_64 = mist-0-8-6-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.6/Mist-linux64-0-8-6.deb
- sha256sums_x86_64 = 3060bb63f7c30c2aa9fc3ce082886112176c267c6f5eafc50f8df5937a5eaf59
+ source_i686 = mist-0-8-7-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.7/Mist-linux32-0-8-7.deb
+ sha256sums_i686 = f464b15ea1179efff96d81c568b5991cf09c6b846244933bf25886d95e9ce2d8
+ source_x86_64 = mist-0-8-7-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.7/Mist-linux64-0-8-7.deb
+ sha256sums_x86_64 = 075dae83299157b309af208c1a233f851e8c633b798c29c5551dc26977d49304
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index de590d98957c..ca0cbdb5626d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.8.6
-_strver=0-8-6
-pkgrel=2
+pkgver=0.8.7
+_strver=0-8-7
+pkgrel=1
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
depends=(
@@ -46,14 +46,14 @@ source_i686=(
"${pkgname}-${_strver}-32.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux32-${_strver}.deb"
)
sha256sums_i686=(
- "ebe7792e8b05e426d5a48f2eedcbfab8526ced786e826d37529162c9980f59cf"
+ "f464b15ea1179efff96d81c568b5991cf09c6b846244933bf25886d95e9ce2d8"
)
source_x86_64=(
"${pkgname}-${_strver}-64.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux64-${_strver}.deb"
)
sha256sums_x86_64=(
- "3060bb63f7c30c2aa9fc3ce082886112176c267c6f5eafc50f8df5937a5eaf59"
+ "075dae83299157b309af208c1a233f851e8c633b798c29c5551dc26977d49304"
)
prepare() {