summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3979a50f2ba..6fe661471d29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 20:16:19 UTC 2016
+# Thu Jun 16 06:20:43 UTC 2016
pkgbase = mist
pkgdesc = Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser).
- pkgver = 0.7.4
- pkgrel = 4
+ pkgver = 0.7.5
+ 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-7-4-32.zip::https://github.com/ethereum/mist/releases/download/0.7.4/Ethereum-Wallet-linux32-0-7-4.zip
- sha256sums_i686 = 4217ff42b4de0eca832f0e95012cbe8e34758e4f4f1135c124ecae365d0ac0df
- source_x86_64 = mist-0-7-4-64.zip::https://github.com/ethereum/mist/releases/download/0.7.4/Ethereum-Wallet-linux64-0-7-4.zip
- sha256sums_x86_64 = a7fd8c64aacd53e9f126d261412c543df4d93c247c7c059949d9bcd6588e4765
+ source_i686 = mist-0-7-5-32.zip::https://github.com/ethereum/mist/releases/download/0.7.5/Ethereum-Wallet-linux32-0-7-5.zip
+ sha256sums_i686 = 2f40fe810093cf00b777eb93c721aaf4aff87a5db7bc7dbb756ea51aa19daa54
+ source_x86_64 = mist-0-7-5-64.zip::https://github.com/ethereum/mist/releases/download/0.7.5/Ethereum-Wallet-linux64-0-7-5.zip
+ sha256sums_x86_64 = 493081687a06fb69aac528651b2aa4b820dd097377052133f0a75468cf2ade4e
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index 077211013d38..c4e2b79e9c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
-pkgver=0.7.4
-_pkgver=0-7-4
-pkgrel=4
+pkgver=0.7.5
+_pkgver=0-7-5
+pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
depends=(
@@ -49,13 +49,13 @@ source_i686=(
"${pkgname}-${_pkgver}-32.zip::https://github.com/ethereum/$pkgname/releases/download/${pkgver}/Ethereum-Wallet-linux32-$_pkgver.zip"
)
sha256sums_i686=(
- "4217ff42b4de0eca832f0e95012cbe8e34758e4f4f1135c124ecae365d0ac0df"
+ "2f40fe810093cf00b777eb93c721aaf4aff87a5db7bc7dbb756ea51aa19daa54"
)
source_x86_64=(
"${pkgname}-${_pkgver}-64.zip::https://github.com/ethereum/$pkgname/releases/download/${pkgver}/Ethereum-Wallet-linux64-$_pkgver.zip"
)
sha256sums_x86_64=(
- "a7fd8c64aacd53e9f126d261412c543df4d93c247c7c059949d9bcd6588e4765"
+ "493081687a06fb69aac528651b2aa4b820dd097377052133f0a75468cf2ade4e"
)
package() {