-
Notifications
You must be signed in to change notification settings - Fork 39
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
virtualbox-with-extension-pack-np: ext-pack version doesn't match #238
Comments
Looks like autoupdate will support multiple URLs when this is merged ScoopInstaller/Scoop#3518 |
beargle
added a commit
to beargle/scoop-nonportable
that referenced
this issue
Dec 12, 2021
Add VirtualBox extension pack to autoupdate URLs, to prevent mismatch between base installer and extension pack versions. Scoop supports autoupdate URL collections with: [ScoopInstaller/Scoop#3518](ScoopInstaller/Scoop#3518). Closes TheRandomLabs#238.
beargle
added a commit
to beargle/scoop-nonportable
that referenced
this issue
Dec 12, 2021
Add VirtualBox extension pack to autoupdate URLs, to prevent mismatch between base installer and extension pack versions. Scoop supports autoupdate URL collections with: [ScoopInstaller/Scoop#3518](ScoopInstaller/Scoop#3518). Related to TheRandomLabs#238.
beargle
added a commit
to beargle/scoop-nonportable
that referenced
this issue
Dec 12, 2021
Add VirtualBox extension pack to autoupdate URLs, to prevent mismatch between base installer and extension pack versions. Scoop supports autoupdate URL collections with: [ScoopInstaller/Scoop#3518](ScoopInstaller/Scoop#3518). Related to TheRandomLabs#238.
This can be closed now, no? |
Potential to still drift until this is merged, as far as I can tell. |
beargle
added a commit
to beargle/scoop-nonportable
that referenced
this issue
Apr 30, 2022
Add VirtualBox extension pack to autoupdate URLs, to prevent mismatch between base installer and extension pack versions. Scoop supports autoupdate URL collections with: [ScoopInstaller/Scoop#3518](ScoopInstaller/Scoop#3518). Related to TheRandomLabs#238.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON says:
"64bit": {
"url": [
"https://download.virtualbox.org/virtualbox/6.1.20/VirtualBox-6.1.20-143896-Win.exe#/VBoxSetup.exe",
"https://download.virtualbox.org/virtualbox/6.1.16/Oracle_VM_VirtualBox_Extension_Pack-6.1.16.vbox-extpack"
],
This will successfully install virtualbox 6.1.20, but 6.1.20 virtualbox cannot work with 6.1.16 ext-pack.
It should be "https://download.virtualbox.org/virtualbox/6.1.20/Oracle_VM_VirtualBox_Extension_Pack-6.1.20.vbox-extpack"
The text was updated successfully, but these errors were encountered: