-
Notifications
You must be signed in to change notification settings - Fork 604
Closed
Labels
applicationadds or improves an application labeladds or improves an application labelapplication-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.
Milestone
Description
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"
;;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
applicationadds or improves an application labeladds or improves an application labelapplication-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.