diff --git a/Casks/ampps.rb b/Casks/ampps.rb index fdf97ce701312..82d82a8405781 100644 --- a/Casks/ampps.rb +++ b/Casks/ampps.rb @@ -5,5 +5,5 @@ class Ampps < Cask url 'http://files.ampps.com/AMPPS-2.3.dmg' homepage 'http://www.ampps.com' - link 'AMPPS' + suite 'AMPPS' end diff --git a/Casks/chemdoodle.rb b/Casks/chemdoodle.rb index d6b7ff95e2d35..ad923b76f5c3d 100644 --- a/Casks/chemdoodle.rb +++ b/Casks/chemdoodle.rb @@ -5,5 +5,5 @@ class Chemdoodle < Cask url 'http://www.chemdoodle.com/downloads/ChemDoodle-osx-6.0.1.dmg' homepage 'http://www.chemdoodle.com' - link 'ChemDoodle' + suite 'ChemDoodle' end diff --git a/Casks/dwarf-fortress.rb b/Casks/dwarf-fortress.rb index b4db88fb5ba58..508101b047031 100644 --- a/Casks/dwarf-fortress.rb +++ b/Casks/dwarf-fortress.rb @@ -4,6 +4,11 @@ class DwarfFortress < Cask url 'http://www.bay12games.com/dwarves/df_40_12_osx.tar.bz2' homepage 'http://www.bay12games.com/dwarves/' - + + # todo: should this be + # + # suite 'df_osx', :target => 'Dwarf Fortress' + # + # ? link 'df_osx/df', :target => 'Dwarf Fortress/df' end diff --git a/Casks/ioquake3.rb b/Casks/ioquake3.rb index 1e3d117c99554..a2a4eb20a5725 100644 --- a/Casks/ioquake3.rb +++ b/Casks/ioquake3.rb @@ -5,7 +5,7 @@ class Ioquake3 < Cask url 'http://ioquake3.org/files/1.36/ioquake3%201.36.dmg' homepage 'http://ioquake3.org/' - link 'ioquake3' + suite 'ioquake3' caveats <<-EOS.undent To complete the installation of #{title}, you will have to copy the file 'pak0.pk3' from your Quake 3 Arena installation support directory into diff --git a/Casks/lyrics-master.rb b/Casks/lyrics-master.rb index 35abf38447727..ea49b6475fcb6 100644 --- a/Casks/lyrics-master.rb +++ b/Casks/lyrics-master.rb @@ -5,5 +5,5 @@ class LyricsMaster < Cask url 'http://www.kenichimaehashi.com/lyricsmaster/download/LyricsMaster2420.dmg' homepage 'http://www.kenichimaehashi.com/lyricsmaster/' - link 'Lyrics Master' + suite 'Lyrics Master' end diff --git a/Casks/racket.rb b/Casks/racket.rb index 98b6403865c11..c53e6d4ff55c9 100644 --- a/Casks/racket.rb +++ b/Casks/racket.rb @@ -5,5 +5,5 @@ class Racket < Cask url "http://mirror.racket-lang.org/installers/#{version}/racket-#{version}-x86_64-macosx.dmg" homepage 'http://racket-lang.org/' - link "Racket v#{version}" + suite "Racket v#{version}" end diff --git a/Casks/sketchup.rb b/Casks/sketchup.rb index 038fc399899a4..4cdd5bcb3967b 100644 --- a/Casks/sketchup.rb +++ b/Casks/sketchup.rb @@ -6,5 +6,5 @@ class Sketchup < Cask url 'https://dl.trimble.com/sketchup/SketchUpMake-en.dmg' homepage 'http://www.sketchup.com/intl/en/' - link 'SketchUp 2014' + suite 'SketchUp 2014' end diff --git a/Casks/tau.rb b/Casks/tau.rb index 44e34110c3bb4..3947a629fdac1 100644 --- a/Casks/tau.rb +++ b/Casks/tau.rb @@ -5,5 +5,5 @@ class Tau < Cask url 'http://tau.uoregon.edu/tau.dmg' homepage 'http://tau.uoregon.edu/' - link 'TAU' + suite 'TAU' end diff --git a/Casks/vistrails.rb b/Casks/vistrails.rb index 4e18658f61de3..ef3153ce542c8 100644 --- a/Casks/vistrails.rb +++ b/Casks/vistrails.rb @@ -5,5 +5,5 @@ class Vistrails < Cask url 'https://downloads.sourceforge.net/project/vistrails/vistrails/v2.1.1/vistrails-mac-10.6-intel-2.1.1-90975fc00211.dmg' homepage 'http://www.vistrails.org/index.php/Main_Page' - link 'VisTrails' + suite 'VisTrails' end