mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
Fix url in VirtualBox
changed url to use the Ruby %r{} expr for version substitution
made consistent with change made to virtualbox-extension-pack url
This commit is contained in:
parent
39f86a3cce
commit
ef32280fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ cask :v1 => 'virtualbox' do
|
|||
version '5.0.0-101573'
|
||||
sha256 '4e27a30af6e4b0f6b1ea69485237d52fc57e6b5608cc234c9480ac0538b31402'
|
||||
|
||||
url "http://download.virtualbox.org/virtualbox/#{version.sub(/-.*$/, '')}/VirtualBox-#{version}-OSX.dmg"
|
||||
url "http://download.virtualbox.org/virtualbox/#{version.sub(%r{-.*},'')}/VirtualBox-#{version}-OSX.dmg"
|
||||
name 'VirtualBox'
|
||||
homepage 'https://www.virtualbox.org'
|
||||
license :gpl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue