Skip to content

Commit

Permalink
Merge pull request #177 from michelmno/ppc64le_leap423
Browse files Browse the repository at this point in the history
Switch to 42.3 also for ppc64le
  • Loading branch information
hennevogel committed Jul 26, 2017
2 parents b0b0ca8 + 07a8e7d commit d4d7d2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/views/distributions/leap_ports.html.erb
Expand Up @@ -23,7 +23,7 @@
<table>
<thead>
<tr>
<th>Leap 42.2</th>
<th>Leap 42.3</th>
<th><%= _('Size') %></th>
<th><%= _('Download Method') %></th>
<th><%= _('Checksum') %></th>
Expand All @@ -32,9 +32,9 @@
<tbody>
<tr>
<td>DVD/USB Stick</td>
<td>3.8GB</td>
<td>4.2GB</td>
<td>
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.2/iso/openSUSE-Leap-42.2-DVD-ppc64le-Build0156-Media.iso">
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.3/iso/openSUSE-Leap-42.3-DVD-ppc64le-Build0130-Media.iso">
<%= _('Direct Link') %>
</a>
|
Expand All @@ -45,16 +45,16 @@
<%= _('Pick Mirror') %>
</td>
<td>
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.2/iso/openSUSE-Leap-42.2-DVD-ppc64le-Build0156-Media.sha256">
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.3/iso/openSUSE-Leap-42.3-DVD-ppc64le-Build0130-Media.iso.sha256">
SHA256
</a>
</td>
</tr>
<tr>
<td><%= _('Network') %> CD/USB Stick</td>
<td>67MB</td>
<td>71MB</td>
<td>
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.2/iso/openSUSE-Leap-42.2-NET-ppc64le-Build0156-Media.iso">
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.3/iso/openSUSE-Leap-42.3-NET-ppc64le-Build0130-Media.iso">
<%= _('Direct Link') %>
</a>
|
Expand All @@ -63,7 +63,7 @@
<%= _('Pick Mirror') %>
</td>
<td>
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.2/iso/openSUSE-Leap-42.2-NET-ppc64le-Build0156-Media.sha256">
<a href="http://download.opensuse.org/ports/ppc/distribution/leap/42.3/iso/openSUSE-Leap-42.3-NET-ppc64le-Build0130-Media.iso.sha256">
SHA256
</a>
</td>
Expand Down

0 comments on commit d4d7d2f

Please sign in to comment.