File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
80
80
</ p >
81
81
< p class ="downloadkeys ">
82
82
< span > {{ page.releasekeys }}</ span >
83
- < a href ="/keys/laanwj-releases.asc "> v0.11.0+</ a > < code title ="{{page.pgp_key_fingerprint}} "> {{SIGNING_KEY_FINGERPRINT}}</ code >
83
+ v0.11.0+ < code title ="{{page.pgp_key_fingerprint}} "> {{SIGNING_KEY_FINGERPRINT}}</ code > < br >
84
+ {% if page.version > 2 %}< i > {{page.key_refresh}}</ i > < code > gpg --refresh-keys</ code > {% endif %}
84
85
</ p >
85
86
</ div >
86
87
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ type: pages
5
5
layout : page
6
6
lang : en
7
7
share : false
8
- version : 2
8
+ version : 3
9
9
10
10
# # These strings need to be localized. In the listing below, the
11
11
# # comment above each entry contains the English text. The key before the
@@ -141,6 +141,7 @@ verifying_and_reproducing: >
141
141
142
142
gitian_repository : " trusted build process signatures"
143
143
144
+ key_refresh : " Refresh expired keys using:"
144
145
145
146
---
146
147
You can’t perform that action at this time.
0 commit comments