Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #419 from rolandwalker/cmdline_tools_pkg
Browse files Browse the repository at this point in the history
command-line-tools should use pkg stanza
  • Loading branch information
rolandwalker committed Sep 16, 2014
2 parents 6e54130 + 202ab6d commit 44f7bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Casks/command-line-tools-lion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class CommandLineToolsLion < Cask
url 'http://devimages.apple.com/downloads/xcode/command_line_tools_for_xcode_os_x_lion_april_2013.dmg'
homepage 'https://developer.apple.com/xcode/downloads/'

link 'Command Line Tools (Lion).mpkg'
pkg 'Command Line Tools (Lion).mpkg'
end
2 changes: 1 addition & 1 deletion Casks/command-line-tools-mountain-lion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class CommandLineToolsMountainLion < Cask
url 'http://devimages.apple.com/downloads/xcode/command_line_tools_for_osx_mountain_lion_april_2014.dmg'
homepage 'https://developer.apple.com/xcode/downloads/'

link 'Command Line Tools (Mountain Lion).mpkg'
pkg 'Command Line Tools (Mountain Lion).mpkg'
end

0 comments on commit 44f7bd7

Please sign in to comment.