GUACAMOLE-692: Merge updated artifact checksums.
diff --git a/_includes/download-list.html b/_includes/download-list.html
index fa185a8..e400c29 100644
--- a/_includes/download-list.html
+++ b/_includes/download-list.html
@@ -14,9 +14,9 @@
                            'menu',
                            '{{ basename }}'
                        )">{{ basename }}</a></td>
-                <td>[ <a href="{{ dist | append: file }}.md5">MD5</a> ]</td>
-                <td>[ <a href="{{ dist | append: file }}.sha">SHA</a> ]</td>
-                <td>[ <a href="{{ dist | append: file }}.asc">PGP</a> ]</td>
+                {% for checksum in include.checksum-suffixes %}
+                    <td>[ <a href="{{ dist | append: file | append: checksum[1] }}">{{ checksum[0] }}</a> ]</td>
+                {% endfor %}
             </tr>
         {% endfor %}
     </table>
diff --git a/_layouts/release.html b/_layouts/release.html
index b98a091..a2c880d 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -32,6 +32,7 @@
     {% include download-list.html
         artifact-root=page.artifact-root
         checksum-root=page.checksum-root
+        checksum-suffixes=page.checksum-suffixes
         path=page.download-path
         files=page.source-dist %}
 </div>
@@ -46,6 +47,7 @@
     {% include download-list.html
         artifact-root=page.artifact-root
         checksum-root=page.checksum-root
+        checksum-suffixes=page.checksum-suffixes
         path=page.download-path
         files=page.binary-dist %}
 </div>
diff --git a/_releases/0.9.10-incubating.md b/_releases/0.9.10-incubating.md
index a3ba52e..e6648a4 100644
--- a/_releases/0.9.10-incubating.md
+++ b/_releases/0.9.10-incubating.md
@@ -10,6 +10,10 @@
 artifact-root: "http://archive.apache.org/dist/"
 checksum-root: "https://archive.apache.org/dist/"
 download-path: "incubator/guacamole/0.9.10-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.10-incubating.tar.gz"
diff --git a/_releases/0.9.11-incubating.md b/_releases/0.9.11-incubating.md
index b7ca15d..37007bb 100644
--- a/_releases/0.9.11-incubating.md
+++ b/_releases/0.9.11-incubating.md
@@ -10,6 +10,10 @@
 artifact-root: "http://archive.apache.org/dist/"
 checksum-root: "https://archive.apache.org/dist/"
 download-path: "incubator/guacamole/0.9.11-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.11-incubating.tar.gz"
diff --git a/_releases/0.9.12-incubating.md b/_releases/0.9.12-incubating.md
index 9f9eeba..447990e 100644
--- a/_releases/0.9.12-incubating.md
+++ b/_releases/0.9.12-incubating.md
@@ -11,6 +11,10 @@
 artifact-root: "http://archive.apache.org/dist/"
 checksum-root: "https://archive.apache.org/dist/"
 download-path: "incubator/guacamole/0.9.12-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.12-incubating.tar.gz"
diff --git a/_releases/0.9.13-incubating.md b/_releases/0.9.13-incubating.md
index 9491685..fbcc7a3 100644
--- a/_releases/0.9.13-incubating.md
+++ b/_releases/0.9.13-incubating.md
@@ -10,6 +10,10 @@
 artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
 checksum-root: "https://www.apache.org/dist/"
 download-path: "guacamole/0.9.13-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.13-incubating.tar.gz"
diff --git a/_releases/0.9.14.md b/_releases/0.9.14.md
index 6a9f2ae..ec3b98b 100644
--- a/_releases/0.9.14.md
+++ b/_releases/0.9.14.md
@@ -11,6 +11,10 @@
 artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
 checksum-root: "https://www.apache.org/dist/"
 download-path: "guacamole/0.9.14/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.14.tar.gz"
diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md
index ac49d0d..89c801a 100644
--- a/_releases/1.0.0.md
+++ b/_releases/1.0.0.md
@@ -10,6 +10,9 @@
 artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename="
 checksum-root: "https://www.apache.org/dist/"
 download-path: "guacamole/1.0.0/"
+checksum-suffixes:
+    "PGP"     : ".asc"
+    "SHA-256" : ".sha256"
 
 source-dist:
     - "source/guacamole-client-1.0.0.tar.gz"