---
layout: "inner"
sidebar_current: "downloads"
sidebar_template: "downloads"
sidebar_title: "Download"
page_title: "Download Old Vagrant Version"
---
Old Vagrant Version: <%= version %>
This is the downloads page for an
old version of Vagrant.
The latest version of Vagrant can always be found on the
main downloads page.
You can find the SHA256 checksums for this version of Vagrant
here.
<% $vagrant_os_order.each do |os| %>
<% downloads = $vagrant_downloads[version] %>
<% if downloads[os] && !downloads[os].empty? %>
<%= image_tag "/images/icons/icon_#{os}.png" %>
<%= download_os_human(os) %>
<% end %>
<% end %>