Vagrant downloadURL changed #440

Closed
opened 2026-01-19 18:34:03 +00:00 by michael · 1 comment
Owner

Originally created by @macbofh on GitHub.

The download url of vagrant has changed from https://www.vagrantup.com/downloads to https://developer.hashicorp.com/vagrant/downloads

The browser redirects to the new URL but installomator does not.

suggestion for new label

vagrant)
    name="Vagrant"
    type="pkgInDmg"
    pkgName="vagrant.pkg"
    downloadURL=$(curl -fs "https://developer.hashicorp.com/vagrant/downloads" | tr '"' '\n' | grep "^https.*\.dmg$" | head -1)
    appNewVersion=$( echo $downloadURL | cut -d "/" -f5 )
    expectedTeamID="D38WU7D763"
    ;;
Originally created by @macbofh on GitHub. The download url of vagrant has changed from https://www.vagrantup.com/downloads to https://developer.hashicorp.com/vagrant/downloads The browser redirects to the new URL but installomator does not. suggestion for new label ``` vagrant) name="Vagrant" type="pkgInDmg" pkgName="vagrant.pkg" downloadURL=$(curl -fs "https://developer.hashicorp.com/vagrant/downloads" | tr '"' '\n' | grep "^https.*\.dmg$" | head -1) appNewVersion=$( echo $downloadURL | cut -d "/" -f5 ) expectedTeamID="D38WU7D763" ;; ```
michael added the applicationapplication-issue labels 2026-01-19 18:34:03 +00:00
Author
Owner

@scriptingosx commented on GitHub:

Thank you!

@scriptingosx commented on GitHub: Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#440