Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant downloadURL changed #817

Closed
macbofh opened this issue Dec 16, 2022 · 1 comment
Closed

Vagrant downloadURL changed #817

macbofh opened this issue Dec 16, 2022 · 1 comment
Labels
application adds or improves an application label application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.
Milestone

Comments

@macbofh
Copy link

macbofh commented Dec 16, 2022

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"
    ;;
@scriptingosx scriptingosx added application adds or improves an application label application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. labels Dec 16, 2022
@scriptingosx scriptingosx added this to the v10.2 milestone Dec 16, 2022
@scriptingosx
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application adds or improves an application label application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.
Projects
None yet
Development

No branches or pull requests

2 participants