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

virtualbox-with-extension-pack-np@7.0.20 fails to autoupdate #356

Open
BradKnowles opened this issue Oct 8, 2024 · 1 comment · May be fixed by #357
Open

virtualbox-with-extension-pack-np@7.0.20 fails to autoupdate #356

BradKnowles opened this issue Oct 8, 2024 · 1 comment · May be fixed by #357
Labels
bug Something isn't working

Comments

@BradKnowles
Copy link

Bug Report

Package Name: virtualbox-with-extension-pack-np

Current Behaviour

Checkver.ps1 fails to update manifest

Expected Behaviour

When running checkver.ps1 I expect the manifest to update to latest version, 7.1.2

Additional context/output

PS C:\Users\xxxxx\scoop\buckets\nonportable\bucket> ..\bin\checkver.ps1 -App virtualbox-with-extension-pack-np

virtualbox-with-extension-pack-np: 7.1.2 (scoop version is 7.0.20) autoupdate available
PS C:\Users\xxxxx\scoop\buckets\nonportable\bucket> ..\bin\checkver.ps1 -App virtualbox-with-extension-pack-np -Update -Force

Forcing autoupdate!
Autoupdating virtualbox-with-extension-pack-np
Searching hash for VirtualBox-7.1.2-164945-Win.exe in https://www.virtualbox.org/download/hashes/7.1.2/SHA256SUMS
Found: 95be216f865155f64cf461b712462405e25c600bd92b873d89ac43e8b564c15c using Extract Mode
Searching hash for Oracle_VM_VirtualBox_Extension_Pack-7.1.2.vbox-extpack in https://www.virtualbox.org/download/hashes/7.1.2/SHA256SUMS
Could not find hash in https://www.virtualbox.org/download/hashes/7.1.2/SHA256SUMS
Downloading Oracle_VM_VirtualBox_Extension_Pack-7.1.2.vbox-extpack to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://download.virtualbox.org/virtualbox/7.1.2/Oracle_VM_VirtualBox_Extension_Pack-7.1.2.vbox-extpack is not valid
ERROR Could not update virtualbox-with-extension-pack-np, hash for Oracle_VM_VirtualBox_Extension_Pack-7.1.2.vbox-extpack failed!

Possible Solution

Oracle has changed the download name of for the 7.1.2 Extension Pack.

Change autoupdate url to https://download.virtualbox.org/virtualbox/$matchHead/Oracle_VirtualBox_Extension_Pack-$matchHead.vbox-extpack

System details

Windows version: 11

OS architecture: 64bit

PowerShell version: 7.4.5

Additional software: [(optional) e.g. ConEmu, Git]

Scoop Configuration

{
  "last_update": "2024-10-06T17:55:30.5398217-04:00",
  "scoop_branch": "master",
  "scoop_repo": "https://github.com/ScoopInstaller/Scoop",
  "debug": false,
  "aria2-warning-enabled": false
}
@BradKnowles BradKnowles added the bug Something isn't working label Oct 8, 2024
@BradKnowles
Copy link
Author

Working on PR.

@BradKnowles BradKnowles linked a pull request Oct 8, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant