summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2017-02-11 16:54:48 +0100
committer5chdn2017-02-11 16:54:48 +0100
commit205ca500572fb21168642e6decefad36af098afe (patch)
treee6b532cf7c7abfce619cce1b693a58b1501f8d40
parente7a04ac6569df411d5d41283632c88741c3a6d57 (diff)
downloadaur-205ca500572fb21168642e6decefad36af098afe.tar.gz
New release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f649ede2df8..124ef747009d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 23 10:12:47 UTC 2016
+# Sat Feb 11 15:54:31 UTC 2017
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
- pkgver = 0.8.8
+ pkgver = 0.8.9
pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
@@ -23,10 +23,10 @@ pkgbase = mist
source = icon.png
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
- source_i686 = mist-0-8-8-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.8/Mist-linux32-0-8-8.deb
- sha256sums_i686 = cb15122b02f243afd00abd0abd3dec77a6983870f095cb122cc6feb504f224da
- source_x86_64 = mist-0-8-8-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.8/Mist-linux64-0-8-8.deb
- sha256sums_x86_64 = bb1ab148db979e29e179bcbadf9cf626d128e7a140a15c403891ac626b5601a4
+ source_i686 = mist-0-8-9-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.9/Mist-linux32-0-8-9.deb
+ sha256sums_i686 = 97b2ee47159bf32772fe21704f72333d0a597181282ec546f43494546f48e417
+ source_x86_64 = mist-0-8-9-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.9/Mist-linux64-0-8-9.deb
+ sha256sums_x86_64 = 9657a9261e25173087eda29499db88aed7adcb4344ead914eaa692093c55ba62
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index 05197cb789a4..67e138f0b64b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.8.8
-_strver=0-8-8
+pkgver=0.8.9
+_strver=0-8-9
pkgrel=1
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
@@ -40,14 +40,14 @@ source_i686=(
"${pkgname}-${_strver}-32.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux32-${_strver}.deb"
)
sha256sums_i686=(
- "cb15122b02f243afd00abd0abd3dec77a6983870f095cb122cc6feb504f224da"
+ "97b2ee47159bf32772fe21704f72333d0a597181282ec546f43494546f48e417"
)
source_x86_64=(
"${pkgname}-${_strver}-64.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux64-${_strver}.deb"
)
sha256sums_x86_64=(
- "bb1ab148db979e29e179bcbadf9cf626d128e7a140a15c403891ac626b5601a4"
+ "9657a9261e25173087eda29499db88aed7adcb4344ead914eaa692093c55ba62"
)
prepare() {