Browse Source

Adding comment specifying the use of bintray.com

master
Ethan Hall 10 years ago
parent
commit
a57cfe39ba
  1. 1
      Casks/vagrant171.rb

1
Casks/vagrant171.rb

@ -2,6 +2,7 @@ cask :v1 => 'vagrant171' do
version '1.7.1' version '1.7.1'
sha256 'eaeb3ad6624ccaeaefa6fc7a77a2f5d9640ef9385c5eeebdb90602d5f2011176' sha256 'eaeb3ad6624ccaeaefa6fc7a77a2f5d9640ef9385c5eeebdb90602d5f2011176'
# bintray.com is the official download host per the vendor homepage
url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg" url "https://dl.bintray.com/mitchellh/vagrant/vagrant_#{version}.dmg"
homepage 'http://www.vagrantup.com' homepage 'http://www.vagrantup.com'
license :mit license :mit

Loading…
Cancel
Save