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

Add PGP SIGNATURE link next to download #318

Merged
merged 10 commits into from Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions de/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions downloads.html
Expand Up @@ -48,9 +48,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions es/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions fr/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions ja/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions pt-BR/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions pt-PT/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
4 changes: 1 addition & 3 deletions zh-CN/downloads.html
Expand Up @@ -49,9 +49,7 @@ <h1>Bisq Downloads</h1>
</tr>
<tr class="border-bottom">
<td>{{ item.tdArchLinux }}</td>
<td>
<a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bisq-git">{{ item.tdArchLinuxText }}</a>
</td>
<td><a href="https://aur.archlinux.org/packages/bisq/">{{ item.tdArchLinuxText }}</a></td>
</tr>
<tr class="border-bottom">
<td>{{ item.tdSourceCode }}</td>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.