Commit graph

3664 commits

Author SHA1 Message Date
Fernando Paredes
728221a264 Merge pull request #2422 from roguephysicist/avogadro-cask
Added a cask for Avogadro.
2014-01-14 19:31:59 -08:00
Fernando Paredes
1746a45575 Merge pull request #2423 from mircomacrelli/mp4tools
Add a new cask for MP4Tools
2014-01-14 19:31:30 -08:00
Sean Anderson
a3d344173a Added a cask for pdftik server.
pdftk server is a very powerful utility for collating, concatenating,
and manipulating pdf files from the command line.
2014-01-14 21:24:29 -06:00
Lachlan Cooper
d21d81c398 Add cask for Witgui 2014-01-14 22:14:01 +01:00
Mirco Macrelli
8e421c17ef Add a new cask for MP4Tools 2014-01-14 19:52:19 +01:00
Roland Walker
cdb78e0e10 Merge pull request #2420 from rolandwalker/wireshark_dup_symbol
Fix #2343, wireshark "can't dup Symbol"
2014-01-14 02:58:54 -08:00
Sean Anderson
a57a82c96f Added a cask for Avogadro.
Avogadro is an open source molecule toolkit. You can analyze, visualize,
and manipulate molecular structures from a variety of formats.
2014-01-14 01:38:55 -06:00
gaoyifan
3ad16cd6a6 add new cask kugou 2014-01-14 10:59:19 +08:00
Roland Walker
0691178dfc Fix #2343, wireshark "can't dup Symbol" 2014-01-13 20:38:43 -05:00
Ngoc Pham
0677243d1f Added a cask for Mendeley - reference manager 2014-01-13 11:55:04 -05:00
Fernando Paredes
f9260b0b5e Merge pull request #2413 from gaoyifan/iboostup
add new cask iBoostUp
2014-01-13 06:57:53 -08:00
Fernando Paredes
bcec6af7e6 Merge pull request #2411 from gaoyifan/powerword
add powerword with version 1.0.0_beta
2014-01-13 06:57:33 -08:00
Fernando Paredes
a75691cb2b Merge pull request #2412 from gaoyifan/izip
add new cask iZip
2014-01-13 06:53:18 -08:00
gaoyifan
3dc33e0b8b add new cask iBoostUp 2014-01-13 22:45:27 +08:00
gaoyifan
ce6dce3353 add new cask iZip 2014-01-13 22:33:57 +08:00
gaoyifan
13a7f74afb add powerword with version 1.0.0_beta 2014-01-13 21:57:25 +08:00
Gustav Ahlberg
163f69b4ce Added EasyFind cask
Added a cask for EasyFind
2014-01-13 09:50:46 +01:00
Fernando Paredes
19397c2885 Merge pull request #2405 from leoj3n/slide-mode-0.0.5
SlideMode 0.0.5
2014-01-12 21:25:33 -08:00
Michael Ford
d12f7f7e4b Correct 1Password SHA1 2014-01-13 12:47:53 +08:00
Joel Kuzmarski
1a53164543 SlideMode 0.0.5 2014-01-12 22:33:24 -06:00
Alex Burka
64aca874d5 new cask: treesheets 2014-01-12 19:39:47 -05:00
Fernando Paredes
bc9693a523 Merge pull request #2401 from gaoyifan/baiducloud
add baiduCloud with version 2.4.0
2014-01-12 11:11:35 -08:00
Fernando Paredes
75017af6bb Merge pull request #2396 from aaronky/vyprvpn
VyprVPN 2.1.0
2014-01-12 11:01:18 -08:00
Vítor Galvão
662cf41d8e Merge pull request #2402 from gaoyifan/sunloginremote
add SunloginRemote with version 1.1
2014-01-12 08:07:20 -08:00
Vítor Galvão
33568de803 Merge pull request #2399 from gaoyifan/rubymine
update rubymine to 6.0.2
2014-01-12 08:04:19 -08:00
gaoyifan
e127b18546 add SunloginRemote with version 1.1 2014-01-12 19:38:47 +08:00
gaoyifan
8322909504 add baiduCloud with version 2.4.0 2014-01-12 19:20:31 +08:00
gaoyifan
4220c3bf22 update rubymine to 6.0.2 2014-01-12 19:01:53 +08:00
gaoyifan
64904223fe update xunlei to 2.2.0 2014-01-12 18:46:58 +08:00
Michael Ford
185567c268 Merge pull request #2397 from aaronky/yubikey-personalization-gui
Added YubiKey Personalization Tool
2014-01-11 23:20:12 -08:00
Aaron Kaufman
f450787af9 Added YubiKey Personalization Tool 2014-01-11 21:45:32 -08:00
Aaron Kaufman
6207358e57 VyprVPN 2.1.0 2014-01-11 18:00:46 -08:00
Aaron Kaufman
6c33dd20a5 Added Hive app
Hive is an integrated, user-friendly Bitcoin wallet for Mac OS X.
2014-01-11 17:30:03 -08:00
Fernando Paredes
1ac2974ffd Merge pull request #2393 from tjwallace/chromecast
Add Chromecast
2014-01-11 14:00:33 -08:00
Jeff Wallace
a80d539b92 Add Chromecast 2014-01-11 13:58:50 -08:00
Vítor Galvão
dc95837c6a Merge pull request #2387 from miguelfrde/aptana-studio
Aptana Studio 3.5.0
2014-01-11 12:06:35 -08:00
Paul Hinze
8dcc4d07f9 Merge pull request #2389 from rolandwalker/uninstall_script_hash
bugfix: make uninstall :script accept a hash
2014-01-11 11:08:19 -08:00
Roland Walker
81744a038d bugfix: make uninstall :script accept a hash
The indentation in CONTRIBUTING.md implies that :script accepts a hash.
But that is not the case. Instead :script accesses the entire hash defined
by uninstall.  Unrelated install keys such as :quit leak through to
@command.run! when attempting to exec :script.  Result: contrary to docs,
:script cannot be combined with other uninstall keys.

This PR makes uninstall :script accept a hash.  When :args or :input are not
needed, :script can still accept a plain string, so many Casks require no
alteration.

In addition
- adds key :executable, required when using hash argument to :script
- keys to :script are validated and sanitized before being passed to
  @command.run!
- adds :quit to with-installable.rb test to protect against regression
  on leaky keys
2014-01-11 12:20:59 -05:00
Miguel Flores Ruiz de Eguino
7df6b38fb8 Aptana Studio 3.5.0 2014-01-11 10:47:29 -06:00
Miguel Flores Ruiz de Eguino
2d1444b2f7 Add TV Show Tracker Widget 1.3.3 2014-01-11 10:24:34 -06:00
Vítor Galvão
9907d020e7 fixed slowy sha1 2014-01-11 15:38:34 +00:00
Vítor Galvão
0834ab14ff Merge pull request #2383 from majksner/patch-3
SHA1 mismatch fix
2014-01-11 07:36:10 -08:00
Nikola Majksner
aeb4f7d36f SHA1 mismatch fix 2014-01-11 14:22:57 +01:00
Takumi IINO
a2ec279804 Add BathyScaphe
a 2ch.net browser.
2014-01-11 19:57:30 +09:00
Michael Ford
335a78f78d Merge pull request #2377 from finitum/trim-enabler
Update home + download url for trim-enabler cask
2014-01-10 21:21:04 -08:00
Vítor Galvão
cebec09312 Merge pull request #2379 from Gyran/mosh
Created cask for mosh
2014-01-10 17:03:08 -08:00
Arjun Singh
5ff7abb7a6 Bump vagrant to 1.4.3 2014-01-10 14:20:18 -08:00
Gustav Ahlberg
bfcb76a2e3 Created cask for mosh
Adding a cask for mosh (http://mosh.mit.edu/)
2014-01-10 22:45:29 +01:00
Fernando Paredes
3093e5a111 Merge pull request #2370 from troter/coteditor
Coteditor
2014-01-10 13:14:31 -08:00
Fernando Paredes
4db9cd9a72 Merge pull request #2364 from yangbodotnet/tongbu
added new cask for Tongbu app
2014-01-10 13:03:49 -08:00