Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v3.1.1 #189

Merged
merged 1 commit into from
May 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@ <h2>Download</h2>
<!-- Tab content -->
<div id="Windows" class="tabcontent">
<h3><a
href="https://github.com/mimblewimble/grin-wallet/releases/download/v3.1.0/grin-wallet-v3.1.0-win-x64.zip">grin-wallet
v3.1.0</a></h3>
href="https://github.com/mimblewimble/grin-wallet/releases/download/v3.1.1/grin-wallet-v3.1.1-win-x64.zip">grin-wallet
v3.1.1</a></h3>
<div class="codebox-heading">SHA256 HASH:</div>
<div class="codebox">
6C1A28FA709EBFF0F142DE41209991ED58A89170927CF698974D25ED72D920D7
EC514CEFCD8A0A40AD896E8AAC38F902B779B1FD09A8A431F9F0DE9A62E0A916
</div>
<h3> <a href="https://github.com/mimblewimble/grin/releases/download/v3.1.0/grin-v3.1.0-win-x64.zip">grin
v3.1.0</a></h3>
<h3> <a href="https://github.com/mimblewimble/grin/releases/download/v3.1.1/grin-v3.1.1-win-x64.zip">grin
v3.1.1</a></h3>
<div class="codebox-heading">SHA256 HASH:</div>
<div class="codebox">
10E2968021E6487FC46E82006794F0EEDFDA292961A85F36E51276C176483739
C9D05E09A31BA20D646D7E1CE8B3F5CE575D1532124E0BD55F0B33EAB9FFF054
</div>
</div>

<div id="macOS" class="tabcontent">
<h3><a
href="https://github.com/mimblewimble/grin-wallet/releases/download/v3.1.0/grin-wallet-v3.1.0-macos.tar.gz">grin-wallet
v3.1.0</a></h3>
href="https://github.com/mimblewimble/grin-wallet/releases/download/v3.1.1/grin-wallet-v3.1.1-macos.tar.gz">grin-wallet
v3.1.1</a></h3>
<div class="codebox-heading">SHA256 HASH:</div>
<div class="codebox">
7114e45cfea19f5eb740a07cd625da31b4b9cfec9534eff58468083b92ed212b
e76cc90e538d937488ab92cd93a707fe13cbdbccba0569da0588ff200783124e
</div>
<div class="codebox-heading">or with homebrew</div>
<div class="codebox">
brew install grin-wallet
</div>
<h3><a href="https://github.com/mimblewimble/grin/releases/download/v3.1.0/grin-v3.1.0-macos.tar.gz">grin
v3.1.0</a></h3>
<h3><a href="https://github.com/mimblewimble/grin/releases/download/v3.1.1/grin-v3.1.1-macos.tar.gz">grin
v3.1.1</a></h3>
<div class="codebox-heading">SHA256 HASH:</div>
<div class="codebox">
cbb4130b1f156464625e9d54a1488fa5431a34fba5b866a13da113cbdffa2aa4
dbe562823be9bdc5859f82ac320b3238d1986fc41219cec939e8b16bd5b39150
</div>
<div class="codebox-heading">or with homebrew</div>
<div class="codebox">
Expand All @@ -63,17 +63,17 @@ <h3><a href="https://github.com/mimblewimble/grin/releases/download/v3.1.0/grin-

<div id="Linux" class="tabcontent">
<h3> <a
href="https://github.com/mimblewimble/grin-wallet/releases/download/v3.1.0/grin-wallet-v3.1.0-linux-amd64.tar.gz">grin-wallet
v3.1.0</a></h3>
href="https://github.com/mimblewimble/grin-wallet/releases/download/v3.1.1/grin-wallet-v3.1.1-linux-amd64.tar.gz">grin-wallet
v3.1.1</a></h3>
<div class="codebox-heading">SHA256 HASH:</div>
<div class="codebox">
bdc0ea8b8163bee7265ed63ee525720f3ad511b984987189a719427362b00313
4fa55924078df6a5feab3fc07cd07f399f3891f40c37f95f5818e4eab40c77f3
</div>
<h3> <a href="https://github.com/mimblewimble/grin/releases/download/v3.1.0/grin-v3.1.0-linux-amd64.tar.gz">grin
v3.1.0</a></h3>
<h3> <a href="https://github.com/mimblewimble/grin/releases/download/v3.1.1/grin-v3.1.1-linux-amd64.tar.gz">grin
v3.1.1</a></h3>
<div class="codebox-heading">SHA256 HASH:</div>
<div class="codebox">
b7d4c925e0b7733cd7f853a386082d151cddf6bc2320cd02c7f4961d9bbf528c
7f0346b7ca0768989a0a11f62e56da743a72a208e99d5f3409f22112c4dd8def
</div>
<div class="codebox-heading">or using <a href="https://snapcraft.io/grin">snap</a> install grin and grin-wallet with one command</div>
<div class="codebox">
Expand Down