Commit Graph

907 Commits

Author SHA1 Message Date
John Schulz 611db86088 Update Brackets to latest version, Sprint 24. 2013-05-14 16:10:30 -07:00
Paul Hinze 9835591935 whoops! pass down force argument to installer
this was preventing the `brew cask install --force cask` syntax from
working

the test was wrong too - corrected that so now we're covered from future
breakage

refs #329
2013-05-14 18:08:59 -05:00
Paul Hinze e49084e5bf bump version to 0.12.1 2013-05-14 12:28:50 -05:00
Paul Hinze 92dbff9b5f use absolute path to ln when linking
this is an attempt to avoid GNU `ln`, which is sometimes installed on
macs by users sick of dealing with the subtle differences of BSD tools
from the rest of the known universe.

refs #328
2013-05-14 12:28:50 -05:00
Vítor Galvão bb2cff24f5 Merge pull request #325 from moul/google-drive
Add cask for Google Drive
2013-05-14 09:37:26 -07:00
Vítor Galvão 83902f90c9 updated textwrangler to 4.5.1 2013-05-14 17:32:42 +01:00
Manfred Touron f8c641e0f7 Add cask for Google Drive 2013-05-14 15:05:51 +02:00
Vítor Galvão 05426e9281 Merge pull request #323 from moul/zap-proxy
Add cask for Zap Proxy
2013-05-14 05:54:53 -07:00
Vítor Galvão b3e0cf6fab Merge pull request #324 from moul/picasa
Add cask for Picasa
2013-05-14 05:54:40 -07:00
Manfred Touron 967254ec67 Added picasa 2013-05-14 12:25:12 +02:00
Manfred Touron 98cd51a584 Added Zap Proxy cask 2013-05-14 12:07:18 +02:00
Vítor Galvão 32f66aad45 Merge pull request #322 from jeffjewiss/contributing-patch
Adds .com to example for testing casks
2013-05-13 15:39:40 -07:00
Vítor Galvão 694ae811bd Merge pull request #321 from jeffjewiss/doubletwist
Add doubleTwist cask
2013-05-13 15:37:36 -07:00
Vítor Galvão e1a01887bc Merge pull request #320 from NanoXD/VitaminR
Add VitaminR cask
2013-05-13 15:35:44 -07:00
Jeff Jewiss 26262f2bf2 Adds .com to example for testing casks 2013-05-13 18:31:27 -04:00
Jeff Jewiss a8e10ff3ac Add doubleTwist cask 2013-05-13 18:17:05 -04:00
Fernando Paredes 122bf39548 Add VitaminR cask 2013-05-13 14:49:42 -07:00
Vítor Galvão 759485e03e Merge pull request #319 from NanoXD/Eggscellent
Add Eggscellent Cask
2013-05-13 14:39:51 -07:00
Fernando Paredes f10d2ed65b Add Eggscellent Cask 2013-05-13 14:34:21 -07:00
Vítor Galvão d345131ef7 Merge pull request #318 from peterlewis/patch-1
Updated SHA1 to fix mismatch
2013-05-13 13:12:20 -07:00
Peter Lewis 5dd9e37f1d Updated SHA1 to fix mismatch
chromium.rb contains incorrect SHA1, updated to correct value.
2013-05-13 22:04:31 +02:00
Vítor Galvão 8b4fa7cb96 Merge pull request #317 from acollign/macfusion
Add Macfusion (2.0.4) cask
2013-05-13 12:09:43 -07:00
Alexandre COLLIGNON eb7004c82e Add Macfusion (2.0.4) cask 2013-05-13 20:51:34 +02:00
Vítor Galvão 131085948a Merge pull request #315 from jfsiii/feature-cask-versions
Adding a cask for the SVN app, Versions.
2013-05-12 19:47:24 -07:00
Vítor Galvão 9df8eeb1cf Merge pull request #314 from nicholsn/chicken-vnc
Added chicken of the vnc as a new cask
2013-05-12 19:40:36 -07:00
John Schulz e622a1b8b2 Adding a cask for the SVN app, Versions. 2013-05-12 19:14:09 -07:00
Nolan Nichols d96af38561 added links to Chicken.app 2013-05-12 19:12:02 -07:00
Paul Hinze a89494860a check for cask before unlinking during uninstall
this was exposed in #313 by @vitorgalvao in his attempt to update the
anvil cask; by adding a link to that cask, (which just so happens to be
the cask that we chose for our "already uninstalled message" test).

the fix is simply to move the "already uninstalled" check *before* we
start to unlink.
2013-05-12 19:55:30 -05:00
Vítor Galvão 245a5fb33d Since dropbox updates behind the scenes, it now always gets the latest version 2013-05-12 19:18:18 +01:00
Vítor Galvão 774cd0a9e8 Merge pull request #312 from gebba/pycharm_ide
Added PyCharm
2013-05-12 10:44:52 -07:00
Johan Sjölin f9857233dc Added PyCharm
Added PyCharm 2.7.2
2013-05-12 18:57:27 +02:00
Paul Hinze a77782d987 fixes for the travis build 2013-05-12 08:41:01 -05:00
Paul Hinze 9bf0a9645e bump version to 0.12.0 2013-05-12 07:42:37 -05:00
Paul Hinze 17026b6e93 don't reinstall already installed casks
thanks to @ccutrer for the catch; this implementation is based on his PR

refs #233
2013-05-11 23:32:17 -05:00
Paul Hinze 3991bd6839 a beta pkg installer
- the vagrant cask is our guinea pig
- works for me
- only basic testing at the moment
- i wanted to push something to get the gears turning on this

it turns out the concept is pretty simple. specify a list of pkgs to
install; borrow the patterns from linkables for that. then basically
just run "sudo installer"

refs #14
2013-05-11 23:01:59 -05:00
phinze 9aee49b7e7 add explicit link for BetterTouchTool
refs #257
2013-05-11 20:28:22 -05:00
phinze 633275ec6d bump version to 0.11.0 2013-05-11 20:20:26 -05:00
phinze f144f717e0 revamp contributing docs
- recommend working out of the main tap rather than symlinking, as it
  seems to make the instructions shorter/simpler
- add user's fork as a remote of the main tap, and push branch to that
- reference the new brew cask create command

refs #306
2013-05-11 20:18:30 -05:00
phinze fed2824c7f add bona fide `brew cask create` command
the create command opens up an editor with template to get started

remove --create override flag from `brew cask edit`

hopefully this will be more straightforward for contributors

refs #306
2013-05-11 19:24:17 -05:00
pangratz 5b22534368 Update CONTRIBUTING to reflect newer style guides
Specify that the SHA-1 checksum shall be used and that the name of the
linked app must be specified via `link`

closes #293
2013-05-11 18:55:51 -05:00
Paul Hinze a5a48523bf Merge pull request #305 from jfsiii/fix-correct-contributing-md
Don't assume `/usr/local`. Use `brew --prefix`.
2013-05-11 16:53:18 -07:00
John Schulz 7ecf52cb64 Update Gas Mask cask with current info.
Use order referenced in 08c5d54.

closes #307
2013-05-11 18:51:20 -05:00
phinze 613ecf0dd2 bump version to 0.10.1 2013-05-11 18:43:17 -05:00
Vítor Galvão d7721fddb7 updated and corrected dead links 2013-05-12 00:18:43 +01:00
John Schulz 682bbef292 Don't assume `/usr/local`. Use `brew --prefix` 2013-05-11 14:27:29 -07:00
John Schulz d2ffccc756 Whitespace change. Remove whitespace from empty lines. 2013-05-11 14:15:49 -07:00
Vítor Galvão 0f4bc22d7b Merge pull request #303 from jaimeMF/blender
Add Blender cask
2013-05-11 13:56:24 -07:00
Jaime Marquínez Ferrándiz 3edf2824c7 Add Blender cask 2013-05-11 22:43:59 +02:00
phinze 43296f201a whoops; missed a spot 2013-05-11 14:21:01 -05:00
Paul Hinze 08046965c9 Merge pull request #294 from tpitale/patch-1
Fixes a link to caffeine.rb
2013-05-11 12:05:58 -07:00