Skip to content

Vagrant downloadURL changed #817

@macbofh

Description

@macbofh

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"
    ;;

Metadata

Metadata

Assignees

No one assigned

    Labels

    applicationadds or improves an application labelapplication-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions