Commit Graph

23376 Commits

Author SHA1 Message Date
anonfunc eca12661c4 Add cask for gfxCardStatus 2012-11-14 12:39:40 -08:00
anonfunc 64234e9a84 Add cask for BetterTouchTool 2012-11-14 12:39:40 -08:00
Kevin Ridgway 5021694b48 Update Casks/brackets.rb
They're on number 16 now.
2012-11-14 12:33:08 -05:00
Phil Tang c13a68b598 Add a Cask for Quicksilver. 2012-11-13 17:37:51 -05:00
Paul Hinze e56ef08d62 Merge pull request #95 from askedrelic/patch-1
Update spectacle to 0.7
2012-11-13 14:01:24 -08:00
Matt Behrens 1f810060fa Update spectacle to 0.7 2012-11-13 12:12:59 -08:00
Paul Hinze 29a2d18420 Merge pull request #94 from nicholsn/master
Fixed camelCase spelling of textwrangler and virtualbox
2012-11-12 17:39:40 -08:00
Nolan Nichols 1066c91ddf fixed camelcase naming of cask class 2012-11-12 14:34:16 -08:00
Paul Hinze 0e00ed75aa Merge pull request #92 from rgieseke/master
Update cask for Textadept.
2012-11-12 08:03:24 -08:00
Paul Hinze 73def4437f Merge pull request #93 from nicholsn/master
Add Gephi graph visualization software
2012-11-12 08:03:05 -08:00
Nolan Nichols 6904c3de68 add support for VirtualBox 2012-11-11 23:25:37 -08:00
Nolan Nichols 523bd4560b add support for TextWrangler 2012-11-11 22:42:41 -08:00
Nolan Nichols 4d659583c8 add cask for gephi 2012-11-11 22:32:53 -08:00
Robert Gieseke 48eb323872 Update Textadept to 6.0 final. 2012-11-11 13:39:36 +01:00
Paul Hinze c18ed56fc4 Merge pull request #91 from SeanTAllen/master
Fix broken chocolat cask
2012-11-06 12:08:15 -08:00
Sean T Allen 83e1f2e5ca Fix broken chocolat cask. 2012-11-06 15:05:47 -05:00
Paul Hinze e0da11cac3 Merge pull request #90 from SeanTAllen/master
Add cask for Chocolat
2012-11-05 20:36:05 -08:00
Sean T Allen d08eb5bc7e Add cask for Chocolat text editor. 2012-11-02 09:32:17 -04:00
Paul Hinze bcdad1bc2d Merge pull request #88 from blacRose/master
Update Skype
2012-10-27 17:40:23 -07:00
Shelby Munsch 40fe8acb45 Add TextMate 2 2012-10-27 08:15:38 -07:00
Shelby Munsch d5f33c0e05 Updated Skype
Previous version was giving a 404
2012-10-27 07:53:11 -07:00
Paul Hinze 1b938a2161 Merge pull request #86 from passcod/brackets
Brackets sprint-15 update
2012-10-25 09:23:07 -07:00
Paul Hinze 4bd5f4eed6 Merge pull request #87 from SeanTAllen/master
Add casks
2012-10-25 09:13:14 -07:00
Sean T Allen 65e09c1127 Add cask for CandyBar. 2012-10-25 06:18:47 -04:00
Sean T Allen 5313a71888 Update to latest version of dropbox. 2012-10-25 05:35:37 -04:00
Sean T Allen f3b4851147 Update OnePassword cask to latest version. 2012-10-25 05:09:38 -04:00
Sean T Allen cc4971c456 Add cask for Changes. 2012-10-25 05:01:12 -04:00
Sean T Allen adccd4658a Add cask for MenuBarFilter. 2012-10-25 04:42:26 -04:00
Sean T Allen e6519e50ef Add cask for Paintbrush. 2012-10-25 04:36:46 -04:00
Sean T Allen a736f8ea0a Add cask for Keyboard Maestro. 2012-10-25 04:22:32 -04:00
Félix Saparelli 3c70e1f527 Brackets sprint-15 2012-10-25 15:16:18 +13:00
Paul Hinze 0b34ea182d Merge pull request #84 from tomjakubowski/master
Add cask for TuneWiki lyrics app
2012-10-22 18:41:28 -07:00
Paul Hinze ea5c55c965 Merge pull request #85 from prsimp/master
Add Casks
2012-10-22 18:40:08 -07:00
Paul Simpson 9d2f66307b Add cask for xScope 2012-10-22 21:19:56 -04:00
Paul Simpson 377aa1020f Add cask for Sequel Pro 2012-10-22 21:00:12 -04:00
Paul Simpson 205b45761f Add cask for ClipMenu 2012-10-22 21:00:05 -04:00
Tom Jakubowski c8a66cf673 add cask for TuneWiki lyrics app 2012-10-22 16:11:41 -07:00
Paul Hinze 29412f2402 Merge pull request #83 from rgieseke/master
Update Textadept Cask to 6.0 beta3.
2012-10-21 15:24:26 -07:00
Robert Gieseke 60ec2931e9 Update Cask: Textadept 6.0 beta 3. 2012-10-21 12:29:18 +02:00
phinze 41a507a8c0 bump version to 0.4.0 2012-10-20 13:37:15 -05:00
phinze 3539767745 fix uninstall to work with multiple casks at once
homebrew does internal caching in ARGV that prevents us from doing the
`ARGV.clear; ARGV << 'newarg'` trick twice.

rather than try to further reach in to homebrew's innards, i figure it's
better to just pass multiple arguments down to homebrew code at once,
since it already supports that

refs #47
2012-10-20 13:34:11 -05:00
phinze 50bbd4e195 adding note about homebrew version requirement
did the research to figure out in which HOMEBREW_VERSION the wild Tap
linking problem that we ran into in #37 was fixed.

hopefully this will prevent other folks from running into it.
2012-10-20 13:12:33 -05:00
phinze ab57da07ea add brew cask uninstall
this delegates to homebrew's uninstall to get its work done. vanilla
`brew uninstall` actually works, but this gives us a more consistent
interface.

as discussed in #47
2012-10-20 13:01:41 -05:00
Paul Hinze 9f9eb1970f Merge pull request #73 from SeanTAllen/master
Add cask/Update cask
2012-10-20 09:35:24 -07:00
Paul Hinze 93322d0af3 Merge pull request #74 from autodidakto/ripit
Ripit latest - Clones DVDs to hard drive, bypassing encryption (rips too)
2012-10-20 09:34:52 -07:00
Paul Hinze 8f7403cc42 Merge pull request #77 from autodidakto/tagalicious
Tagalicious latest - iTunes mp3 tag cleaner
2012-10-20 09:34:23 -07:00
Paul Hinze 641335feac Merge pull request #78 from autodidakto/namemangler
Namemangler latest
2012-10-20 09:33:01 -07:00
Sean T Allen ddfa68b290 Update to version 3.4 of the unarchiver.
This version, unlike the preceeding 3.3, is sandboxed so it
can be included in the App Store.
2012-10-20 09:05:25 -04:00
Sean T Allen a81a4e5f78 Merge branch 'master' of git://github.com/phinze/homebrew-cask 2012-10-20 09:04:32 -04:00
Paul Hinze 89c25d7f06 Merge pull request #80 from mattijs/spotify-cask
Added Cask file for Spotify
2012-10-19 13:23:25 -07:00