22 lines
551 B
Plaintext
22 lines
551 B
Plaintext
---
|
|
layout: "inner"
|
|
sidebar_current: "downloads-archive"
|
|
sidebar_template: "downloads"
|
|
sidebar_title: "Download"
|
|
page_title: "Download Old Versions of Vagrant"
|
|
---
|
|
|
|
<h2>Old Versions</h2>
|
|
|
|
<p>
|
|
This webpage lists the older versions of Vagrant that are available for
|
|
download. Some even older versions are available from the
|
|
<a href="http://downloads.vagrantup.com/">legacy downloads page</a>.
|
|
</p>
|
|
|
|
<ul>
|
|
<% $vagrant_versions.each do |version| %>
|
|
<li><a href="/download-archive/v<%= version.to_s %>.html"><%= version.to_s %></a></li>
|
|
<% end %>
|
|
</ul>
|