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

Update Vagrant Cask to 2.4.3 #294

Open
Sn0wCrack opened this issue Nov 14, 2024 · 7 comments · May be fixed by #300
Open

Update Vagrant Cask to 2.4.3 #294

Sn0wCrack opened this issue Nov 14, 2024 · 7 comments · May be fixed by #300

Comments

@Sn0wCrack
Copy link

It seems the formulae for Vagrant has been updated (which as an aside cannot be installed) but the Cask has not been updated.

@silverskyvicto
Copy link

Both versions of 2.4.2 have been updated by release-bot.

Ref: 2.4.2

However, it seems that the Cask update has not been made in 2.4.3.

Ref: 2.4.3

@Sn0wCrack
Copy link
Author

Still no update on this I guess? Currently still on an essentially broken version of Vagrant because of this.

The community Homebrew Cask repository had this updated on day one.

@kmasaryk
Copy link

kmasaryk commented Dec 6, 2024

What's the ETA on this? 2.4.2 is broken and was fixed weeks ago upstream with 2.4.3. There's no easy way to rollback to 2.4.1 either so we're all stuck with a broken version until Hashicorp gets around to building the new version.

@mrdc
Copy link

mrdc commented Dec 24, 2024

What's the ETA on this? 2.4.2 is broken and was fixed weeks ago upstream with 2.4.3. There's no easy way to rollback to 2.4.1 either so we're all stuck with a broken version until Hashicorp gets around to building the new version.

Looks like QAgate at Vagrant :D
To rollback to 2.4.1:

1. wget https://raw.githubusercontent.com/Homebrew/homebrew-cask/b017f3e5bb4c27da86b2b2f7b9dd942c4c8f96b4/Casks/v/vagrant.rb
2. brew install -s vagrant.rb

Works like a charm.

@rzmv
Copy link

rzmv commented Jan 10, 2025

Up :)

@wispyco
Copy link

wispyco commented Jan 30, 2025

What's the ETA on this? 2.4.2 is broken and was fixed weeks ago upstream with 2.4.3. There's no easy way to rollback to 2.4.1 either so we're all stuck with a broken version until Hashicorp gets around to building the new version.

I ended up having to do this

brew uninstall hashicorp-vagrant

# Download Vagrant 2.4.1
curl -O https://releases.hashicorp.com/vagrant/2.4.1/vagrant_2.4.1_darwin_amd64.dmg

# Mount the DMG file
hdiutil attach vagrant_2.4.1_darwin_amd64.dmg

# Install Vagrant
sudo installer -pkg /Volumes/Vagrant/vagrant.pkg -target /

# Unmount the DMG
hdiutil detach /Volumes/Vagrant

# Clean up
rm vagrant_2.4.1_darwin_amd64.dmg

@olehermanse
Copy link

I made a PR to upgrade the tap to vagrant 2.4.3:
#300

@olehermanse olehermanse linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants