Skip to content

Commit

Permalink
virtualbox-with-extension-pack-np: Fix autoupdate for ext-pack version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
beargle committed Dec 12, 2021
1 parent 2b8e6fc commit f3e7935
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bucket/virtualbox-with-extension-pack-np.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.virtualbox.org/virtualbox/$version/VirtualBox-$version-$matchRevision-Win.exe#/VBoxSetup.exe"
"url": [
"https://download.virtualbox.org/virtualbox/$version/VirtualBox-$version-$matchRevision-Win.exe#/VBoxSetup.exe",
"https://download.virtualbox.org/virtualbox/$version/Oracle_VM_VirtualBox_Extension_Pack-$version-$matchRevision.vbox-extpack"
]
}
},
"hash": {
Expand Down

0 comments on commit f3e7935

Please sign in to comment.