summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Petrov2017-11-24 14:39:06 +0200
committerPeter Petrov2017-11-24 14:39:06 +0200
commit610847d3caa30ee605909ed2c4f0f142eccabb5f (patch)
tree520348f91f50b519a94e5dbd9a0a064a298dcdcf
parente9dc315d18bfd70e62456a8db8da32ca8d2c029b (diff)
downloadaur-610847d3caa30ee605909ed2c4f0f142eccabb5f.tar.gz
Update to v0.9.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e282ccf8ee1..8c1d47d8a462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mist
pkgdesc = Ethereum wallet and Dapp browser.
- pkgver = 0.9.2
- pkgrel = 2
+ pkgver = 0.9.3
+ pkgrel = 1
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = mist
conflicts = mist-git
conflicts = libnode
conflicts = libnode-git
- source_i686 = mist-0-9-2-32.deb::https://github.com/ethereum/mist/releases/download/v0.9.2/Mist-linux32-0-9-2.deb
- sha256sums_i686 = bde4de47acbe4bda74e68b2b6925726ac9fba2bc4cde2559603df7c25d23425c
- source_x86_64 = mist-0-9-2-64.deb::https://github.com/ethereum/mist/releases/download/v0.9.2/Mist-linux64-0-9-2.deb
- sha256sums_x86_64 = 087f44b06b82bfe97fac85466ada458796d21316a5d6c2ebe5543110a5ea9037
+ source_i686 = mist-0-9-3-32.deb::https://github.com/ethereum/mist/releases/download/v0.9.3/Mist-linux32-0-9-3.deb
+ sha256sums_i686 = 1c7928dcd8b26126d0f6ab5aae7251da85b9adcdfa1b0b36ffb36f87c64977d8
+ source_x86_64 = mist-0-9-3-64.deb::https://github.com/ethereum/mist/releases/download/v0.9.3/Mist-linux64-0-9-3.deb
+ sha256sums_x86_64 = 01e3df03dce3132f7521118e553468e0fad83f637233f1ff28cdaa7e5dffc245
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index 469537aea2b5..e17e9327568b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.9.2
-_strver=0-9-2
-pkgrel=2
+pkgver=0.9.3
+_strver=0-9-3
+pkgrel=1
pkgdesc="Ethereum wallet and Dapp browser."
arch=('i686' 'x86_64')
depends=(
@@ -31,8 +31,8 @@ optdepends=(
)
url="https://github.com/ethereum/mist"
license=('GPL')
-sha256sums_i686=('bde4de47acbe4bda74e68b2b6925726ac9fba2bc4cde2559603df7c25d23425c')
-sha256sums_x86_64=('087f44b06b82bfe97fac85466ada458796d21316a5d6c2ebe5543110a5ea9037')
+sha256sums_i686=('1c7928dcd8b26126d0f6ab5aae7251da85b9adcdfa1b0b36ffb36f87c64977d8')
+sha256sums_x86_64=('01e3df03dce3132f7521118e553468e0fad83f637233f1ff28cdaa7e5dffc245')
source_i686=(
"${pkgname}-${_strver}-32.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux32-${_strver}.deb"
)