summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-07-09 10:58:12 +0200
committer5chdn2016-07-09 10:58:12 +0200
commit3e036fa42518e3d1014dc0ca617199c245d4b30b (patch)
tree6619a2504edf17ec5319a3b568a88d3e0723e884
parent946ae29aec051147ee4831823b293b1574ebbdcb (diff)
downloadaur-3e036fa42518e3d1014dc0ca617199c245d4b30b.tar.gz
Fix checksums, again
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 482c37b9e620..93fa1e8a0d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 8 17:13:06 UTC 2016
+# Sat Jul 9 08:58:04 UTC 2016
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
pkgver = 0.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -33,9 +33,9 @@ pkgbase = mist
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
source_i686 = mist-0-8-0-32.zip::https://github.com/ethereum/mist/releases/download/0.8/Mist-linux32-0-8-0.zip
- sha256sums_i686 = 59045a41dd493a061b7ef2226b50d21be131433cf7431fefa4ee224847d21de7
+ sha256sums_i686 = d5ae27fb3bc0483156c531176fe9f9fe2d6d6ab281de8c46ba9acca2178f01c4
source_x86_64 = mist-0-8-0-64.zip::https://github.com/ethereum/mist/releases/download/0.8/Mist-linux64-0-8-0.zip
- sha256sums_x86_64 = 4a031d9f3a0c954f2ba437cb764dba440bfd7894be994bad057766f850a542e9
+ sha256sums_x86_64 = 358b4fb3bd3e4c384f1c018cfc94841ddb862020d1a147780f35fb1361c6c285
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index c854963e71da..b88447594419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=mist
pkgver=0.8
_strver=0-8-0
_tagver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
depends=(
@@ -50,13 +50,13 @@ source_i686=(
"${pkgname}-${_strver}-32.zip::https://github.com/ethereum/$pkgname/releases/download/${_tagver}/Mist-linux32-$_strver.zip"
)
sha256sums_i686=(
- "59045a41dd493a061b7ef2226b50d21be131433cf7431fefa4ee224847d21de7"
+ "d5ae27fb3bc0483156c531176fe9f9fe2d6d6ab281de8c46ba9acca2178f01c4"
)
source_x86_64=(
"${pkgname}-${_strver}-64.zip::https://github.com/ethereum/$pkgname/releases/download/${_tagver}/Mist-linux64-$_strver.zip"
)
sha256sums_x86_64=(
- "4a031d9f3a0c954f2ba437cb764dba440bfd7894be994bad057766f850a542e9"
+ "358b4fb3bd3e4c384f1c018cfc94841ddb862020d1a147780f35fb1361c6c285"
)
package() {