Skip to content

Commit 30b70a2

Browse files
author
Chris Pick
committed
Use new package download URLs
With vagrant 1.8.0 on, the binaries have moved to releases.hashicorp.com. The old bintray.com URLs have binaries for versions [1.4.0, 1.7.4], but releases.hashicorp.com has everything >= 1.4.0 so bintray isn't used at all anymore.
1 parent 51a610e commit 30b70a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/package.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# Determine the base url (it depends on the version)
4848
if versioncmp($version_real, '1.4.0') >= 0 {
49-
$base_url = 'https://dl.bintray.com/mitchellh/vagrant'
49+
$base_url = "https://releases.hashicorp.com/vagrant/${version_real}"
5050
$darwin_prefix = 'vagrant_'
5151
$windows_prefix = 'vagrant_'
5252
} else {

0 commit comments

Comments
 (0)