Merge pull request #6648 from rolandwalker/link_to_app_or_artifact

convert old-style `link` stanza to `app` or `artifact` in 3 Casks
This commit is contained in:
ndr 2014-10-13 19:36:03 +01:00
commit 79994eda62
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ class Bleep < Cask
homepage 'http://labs.bittorrent.com/bleep/'
license :unknown
link 'Bleep.app'
app 'Bleep.app'
end

View File

@ -11,5 +11,5 @@ class DwarfFortress < Cask
# suite 'df_osx', :target => 'Dwarf Fortress'
#
# ?
link 'df_osx/df', :target => 'Dwarf Fortress/df'
artifact 'df_osx/df', :target => 'Dwarf Fortress/df'
end

View File

@ -5,5 +5,5 @@ class IpInMenuBar < Cask
url 'http://www.monkeybreadsoftware.de/Software/IPinmenubar.dmg'
homepage 'http://www.monkeybreadsoftware.de/Software/IPinmenubar.shtml'
link 'IP in menu bar.app'
app 'IP in menu bar.app'
end