Skip to content

Commit

Permalink
Merge pull request #5959 from pmahnke/checksums
Browse files Browse the repository at this point in the history
Add sha256 checksums
  • Loading branch information
anthonydillon authored Oct 17, 2019
2 parents ca0942f + a1c0d72 commit cc00a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ previous_lts:

checksums:
desktop:
"19.10": 9846a5b513b50deea86da7ae9d5726d8f0ca9c89c925417d474f3679909b4bac *ubuntu-19.10-beta-desktop-amd64.iso
"19.10": 96a8095001d447bbb9078925d72f7a77a3f62fbd78460093759af4394ce83d79 *ubuntu-19.10-desktop-amd64.iso
"18.04.3": add4614b6fe3bb8e7dddcaab0ea97c476fbd4ffe288f2a4912cb06f1a47dcfa0 *ubuntu-18.04.3-desktop-amd64.iso
live-server:
"19.10": 4579d4f98c4ac9d3a8ae8c75dc471e6a4034f5600ac005bf06552d230ada80c1 *ubuntu-19.10-beta-live-server-amd64.iso
"19.10": 3fe242f4b330ead8191b3c200bcf1d8d3be4243d62fe6b866a778499370c9dbb *ubuntu-19.10-live-server-amd64.iso
"18.04.3": b9beac143e36226aa8a0b03fc1cbb5921cff80123866e718aaeba4edb81cfa63 *ubuntu-18.04.3-live-server-amd64.iso
4 changes: 2 additions & 2 deletions templates/download/iot/raspberry-pi.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Install Ubuntu Server on a Raspberry Pi 2, 3 or 4</h1>
<div class="u-equal-height row p-divider">
<div class="col-6 p-divider__block">
<h2>Install Ubuntu Server</h2>
<p>We will walk you through the steps of flashing Ubuntu Server on a Raspberry Pi 2, 3 or 4. At the end of this process, you will have a fully fledged development or production environment..</p>
<p>We will walk you through the steps of flashing Ubuntu Server on a Raspberry Pi 2, 3 or 4. At the end of this process, you will have a fully fledged development or production environment.</p>
</div>
<div class="col-6 p-divider__block">
<h3>Minimum requirements</h3>
Expand Down Expand Up @@ -49,7 +49,7 @@ <h3 class="p-stepped-list__title">
</h3>
<div class="p-stepped-list__content">
<p>
<a class="p-button--neutral" href="http://cdimage.ubuntu.com/releases/bionic/release/ubuntu-{{ releases.latest.short_version }}-preinstalled-server-armhf+raspi3.img.xz">Download Ubuntu Server image for Raspberry Pi 2, 3 and 4</a>
<a class="p-button--neutral" href="http://cdimage.ubuntu.com/releases/{{ releases.latest.short_version }}/release/ubuntu-{{ releases.latest.short_version }}-preinstalled-server-armhf+raspi3.img.xz">Download Ubuntu Server image for Raspberry Pi 2, 3 and 4</a>
</p>
<p>
You can verify the integrity of the files using the <a class="p-link--external" href="http://cdimage.ubuntu.com/releases/{{ releases.latest.short_version }}/release/SHA256SUMS">SHA256SUM</a> and <a class="p-link--external" href="http://cdimage.ubuntu.com/releases/{{ releases.latest.short_version }}/release/SHA256SUMS.gpg">SHA256SUM.gpg</a> files.
Expand Down

0 comments on commit cc00a3f

Please sign in to comment.