@ -13,26 +13,34 @@ page_title: "Downloads"
<div class="description row">
<div class="col-md-8 col-md-offset-2">
<p>
Below are all available downloads for the latest version of Packer (
<%= latest_version %>). Please download the proper package for your operating system and architecture. You can find SHA256 checksums for packages <a href="https://dl.bintray.com/mitchellh/packer/packer_<%= latest_version %>_SHA256SUMS?direct">here</a>.
Below are the available downloads for the latest version of Packer
(<%= latest_version %>). Please download the proper package for your
operating system and architecture.
</p>
<p>
You can find the
<a href="https://releases.hashicorp.com/packer/<%= latest_version %>/packer_<%= latest_version %>_SHA256SUMS">
SHA256 checksums for Packer <%= latest_version %>
</a>
online and you can
<a href="https://releases.hashicorp.com/packer/<%= latest_version %>/packer_<%= latest_version %>_SHA256SUMS.sig">
verify the checksums signature file
</a>
which has been signed using <a href="https://hashicorp.com/security.html" target="_TOP">HashiCorp's GPG key</a>.
You can also <a href="https://releases.hashicorp.com/packer" target="_TOP">download older versions of Packer</a> from the releases service.
</p>
</div>
</div>
<% product_versions.each do |os, versions| %>
<% product_versions.each do |os, arches| %>
<% next if os == "web" %>
<div class="row">
<div class="col-md-8 col-md-offset-2 download">
<div class="icon pull-left">
<%= system_icon(os) %>
</div>
<div class="icon pull-left"><%= system_icon(os) %></div>
<div class="details">
<h2 class="os-name"><%= os %></h2>
<h2 class="os-name"><%= pretty_os(os) %></h2>
<ul>
<% versions.each do |url| %>
<li>
<a href="<%= url %>">
<%= arch_for_filename(url) %>
</a>
</li>
<% arches.each do |arch, url| %>
<li><a href="<%= url %>"><%= pretty_arch(arch) %></a></li>
<% end %>
</ul>
<div class="clearfix"></div>
@ -40,10 +48,11 @@ page_title: "Downloads"
</div>
</div>
<% end %>
<div class="row">
<div class="col-md-8 col-md-offset-2 poweredby">
<a href='http://www.bintray.com' >
<img src='https://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png' >
<a href="https://www.fastly.com?utm_source=hashicorp" target="_TOP" >
<%= image_tag "fastly_logo.png" % >
</a>
</div>
</div>