macvim.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:18:51 -05:00
parent dad5d92324
commit 9d4df39392
1 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,15 @@ cask 'macvim' do
sha256 'b83c8f584a2a7928edb7e9c5ce931ed66f9265c18f014ca4e377e0fa8062edc3'
# github.com is the official download host per the vendor homepage
url "https://github.com/macvim-dev/macvim/releases/download/snapshot-#{version.sub(%r{^.*-},'')}/MacVim-#{version.sub(%r{-.*$},'')}.dmg"
url "https://github.com/macvim-dev/macvim/releases/download/snapshot-#{version.sub(%r{^.*-}, '')}/MacVim-#{version.sub(%r{-.*$}, '')}.dmg"
appcast 'https://github.com/macvim-dev/macvim/releases.atom',
:sha256 => '4afea4c3067e73bca18868c602cdfd6f6ff20779d11d189945b25fef8c07ea06'
name 'MacVim'
homepage 'https://github.com/macvim-dev/macvim'
license :oss
conflicts_with :formula => 'macvim'
app 'MacVim.app'
binary 'mvim'
@ -17,6 +19,4 @@ cask 'macvim' do
'~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist',
'~/Library/Preferences/org.vim.MacVim.plist',
]
conflicts_with :formula => 'macvim'
end