diff options
author | Araq <rumpf_a@web.de> | 2016-06-11 01:11:41 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-06-11 01:11:41 +0200 |
commit | 52c6c8b730a7c7109163a3f38854673bf6022e5e (patch) | |
tree | 4d3c56a376e9aac642f56ffa2df91325e5f97cc2 /web/download.rst | |
parent | abf4e204c2f1a8a6915a8d32c970b5ce64f58e10 (diff) | |
download | Nim-52c6c8b730a7c7109163a3f38854673bf6022e5e.tar.gz |
poor man's https: add checksums o downloads
Diffstat (limited to 'web/download.rst')
-rw-r--r-- | web/download.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/download.rst b/web/download.rst index 685623648..94124f7bb 100644 --- a/web/download.rst +++ b/web/download.rst @@ -15,8 +15,10 @@ Binaries Unfortunately, right now we only provide binaries for Windows. You can download an installer for both 32 bit and 64 bit versions of Windows below. -* 32 bit: `nim-0.14.2_x32.exe <download/nim-0.14.2_x32.exe>`_ -* 64 bit: `nim-0.14.2_x64.exe <download/nim-0.14.2_x64.exe>`_ +* | 32 bit: `nim-0.14.2_x32.exe <download/nim-0.14.2_x32.exe>`_ + | SHA-256 ca2de37759006d95db98732083a6fab20151bb9819186af2fa29d41884df78c9 +* | 64 bit: `nim-0.14.2_x64.exe <download/nim-0.14.2_x64.exe>`_ + | SHA-256 1fec054d3a5f54c0a67a40db615bb9ecb1d56413b19e324244110713bd4337d1 These installers also include Aporia, Nimble and other useful Nim tools to get you started with Nim development! @@ -30,7 +32,8 @@ like systems. Binary packages may be provided later. Firstly, download this archive: -* `nim-0.14.2.tar.xz (3.1MB) <download/nim-0.14.2.tar.xz>`_ +* | `nim-0.14.2.tar.xz (4.5MB) <download/nim-0.14.2.tar.xz>`_ + | SHA-256 8f8d38d70ed57164795fc55e19de4c11488fcd31dbe42094e44a92a23e3f5e92 Extract the archive. Then copy the extracted files into your chosen installation directory, ideally somewhere in your home directory. |