Skip to content

Commit

Permalink
Merge pull request #687 from paul-cossey/master
Browse files Browse the repository at this point in the history
Update VirtualBox.download.recipe
  • Loading branch information
homebysix authored Jan 24, 2025
2 parents 985a167 + eb07ae3 commit 6efee6e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions VirtualBox/VirtualBox.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the current release version of VirtualBox</string>
<string>Downloads the current release version of VirtualBox

To download Apple Silicon use: "macOSArm64" in the DOWNLOAD_ARCH variable
To download Intel use: "OSX" in the DOWNLOAD_ARCH variable</string>
<key>Identifier</key>
<string>com.github.homebysix.download.VirtualBox</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>VirtualBox</string>
<key>DOWNLOAD_ARCH</key>
<string>OSX</string>
</dict>
<key>MinimumVersion</key>
<string>0.6.0</string>
Expand All @@ -21,7 +26,7 @@
<key>comment</key>
<string>Example: https://download.virtualbox.org/virtualbox/4.3.10/VirtualBox-4.3.10-93012-OSX.dmg</string>
<key>re_pattern</key>
<string>https://download\.virtualbox\.org/virtualbox/.*?/VirtualBox-.*?-OSX.dmg</string>
<string>https://download\.virtualbox\.org/virtualbox/.*?/VirtualBox-.*?-%DOWNLOAD_ARCH%.dmg</string>
<key>url</key>
<string>https://www.virtualbox.org/wiki/Downloads</string>
</dict>
Expand Down

0 comments on commit 6efee6e

Please sign in to comment.