2013-12-09 08:17:20 +00:00
|
|
|
---
|
|
|
|
layout: "inner"
|
|
|
|
sidebar_current: "downloads"
|
|
|
|
sidebar_template: "downloads"
|
|
|
|
sidebar_title: "Download"
|
|
|
|
page_title: "Download Vagrant"
|
|
|
|
---
|
|
|
|
|
|
|
|
<h2>Download Vagrant</h2>
|
|
|
|
|
|
|
|
<div class="downloads">
|
|
|
|
<div class="description">
|
|
|
|
<p>
|
|
|
|
Below are all available downloads for the latest version of Vagrant
|
|
|
|
(<%= latest_version %>). Please download the proper package for your
|
|
|
|
operating system and architecture. You can find SHA256 checksums
|
2015-08-12 23:32:10 +00:00
|
|
|
for packages <a href="https://dl.bintray.com/mitchellh/vagrant/<%= latest_version %>_SHA256SUMS?direct">here</a>,
|
2014-12-12 09:56:36 +00:00
|
|
|
and you can find the version changelog <a href="https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md">here</a>.
|
2013-12-09 08:17:20 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2014-01-10 17:42:05 +00:00
|
|
|
<% if latest_version %>
|
|
|
|
<% $vagrant_os_order.each do |os| %>
|
|
|
|
<% downloads = $vagrant_downloads[latest_version] %>
|
|
|
|
<% if downloads[os] && !downloads[os].empty? %>
|
2013-12-09 08:17:20 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="span8 download">
|
|
|
|
<div class="icon pull-left"><%= image_tag "/images/icons/icon_#{os}.png" %></div>
|
|
|
|
<div class="details">
|
|
|
|
<h2 class="os-name"><%= download_os_human(os) %></h2>
|
|
|
|
<ul>
|
2014-01-10 17:42:05 +00:00
|
|
|
<% downloads[os].each do |file| %>
|
2013-12-09 08:17:20 +00:00
|
|
|
<li><a href="<%= download_url(file) %>"><%= download_arch(file) %></a></li>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-01-10 17:42:05 +00:00
|
|
|
<% end %>
|
|
|
|
<% end %>
|
2013-12-09 08:17:20 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class="poweredby">
|
2015-08-12 23:32:10 +00:00
|
|
|
<a href='https://www.bintray.com'>
|
|
|
|
<img src='https://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
|
2013-12-09 08:17:20 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|