Sha256: 1111762dff94bba56876da940ae78ee6e973b2809f07e8a665f2c06938138732
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
--- layout: "inner" sidebar_current: "downloads" sidebar_template: "downloads" sidebar_title: "Download" page_title: "Download Old Vagrant Version" --- <h2>Old Vagrant Version: <%= version %></h2> <div class="alert alert-block alert-info"> This is the downloads page for an <em>old</em> version of Vagrant. The latest version of Vagrant can always be found on the <a href="/downloads.html">main downloads page</a>. </div> <div class="downloads"> <div class="description"> <p> You can find the SHA256 checksums for this version of Vagrant <a href="https://dl.bintray.com/mitchellh/vagrant/<%= version %>_SHA256SUMS?direct">here</a>. </p> </div> <% $vagrant_os_order.each do |os| %> <% downloads = $vagrant_downloads[version] %> <% if downloads[os] && !downloads[os].empty? %> <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> <% downloads[os].each do |file| %> <li><a href="<%= download_url(file) %>"><%= download_arch(file) %></a></li> <% end %> </ul> <div class="clearfix"></div> </div> </div> </div> <% end %> <% end %> <div class="poweredby"> <a href='https://www.bintray.com'> <img src='https://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'> </a> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/website/www/source/download-archive-single.html.erb |