forked from townforge/townforge.net
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
---
|
|
title: Download
|
|
layout: page
|
|
index: 4
|
|
---
|
|
|
|
If you can't build from the <a href="https://git.townforge.net/">source</a>, you can download binaries here.
|
|
|
|
<a href="/dist/townforge-linux-x86_64-0.22.1.0.tar.bz2">Linux x86_64</a> (<a href="/dist/townforge-linux-x86_64-0.22.1.0.tar.bz2.asc">signature</a>, <a href="https://git.townforge.net/townforge/townforge/raw/branch/cc/utils/gpg_keys/moneromooo.asc">public key</a>)
|
|
|
|
<a href="/dist/townforge-windows-x64-0.22.1.0.zip">Windows x86_64</a> (<a href="/dist/townforge-windows-x64-0.22.1.0.zip.asc">signature</a>, <a href="https://git.townforge.net/townforge/townforge/raw/branch/cc/utils/gpg_keys/iDunk.asc">public key</a>)
|
|
|
|
Import the signing key if you don't have it already (it's in the monero and townforge trees, in utils/gpg\_keys/moneromooo.asc for the Linux binaries, utils/gpg\_keys/iDunk.asc for the Windows binaries), then verify the download:
|
|
|
|
<code>
|
|
gpg --import utils/gpg_keys/moneromooo.asc
|
|
gpg --verify townforge-linux-x86_64-0.22.1.0.tar.bz2.asc townforge-linux-x86_64-0.22.1.0.tar.bz2
|
|
</code>
|
|
|
|
or
|
|
|
|
<code>
|
|
gpg --import utils/gpg_keys/iDunk.asc
|
|
gpg --verify townforge-windows-x64-0.22.1.0.zip.asc townforge-windows-x64-0.22.1.0.zip
|
|
</code>
|