Commit Graph

26 Commits

Author SHA1 Message Date
Roland Walker 5cd836d0d9 use installer :manual in little-snitch 2014-10-21 09:20:10 -04:00
Beng Hee Eu 503c0b5d63 Little Snitch 3.4.2 2014-10-16 22:05:12 -04:00
Roland Walker bdadbb78ce Merge pull request #6599 from rolandwalker/cask_instancevar_interpolation
steer away from using `@cask` instance variable in `caveats` interpolation
2014-10-10 18:51:21 -04:00
Roland Walker 7956b22b54 caveats last in little-snitch 2014-10-10 08:18:51 -04:00
Beng Hee Eu 9fae35714b Little Snitch 3.4.1 2014-10-10 00:16:40 -04:00
Roland Walker 9892277c08 add license stanza to little-snitch 2014-10-01 11:43:14 -04:00
Beng Hee Eu e655985f5f Little Snitch 3.4 2014-09-24 21:48:14 -04:00
Roland Walker 06eb049354 cvt to :delete little-snitch 2014-09-18 07:57:57 -04:00
Roland Walker afb1b36b7c zap stanza from mackup for little-snitch.rb 2014-09-16 09:33:40 -04:00
James Gifford 63dd719297 Updated Little Snitch to 3.3.4. 2014-07-23 19:36:23 -04:00
Beng Hee Eu dbffdea1f2 Little Snitch 3.3.3 2014-07-24 00:29:57 +08:00
ndr 4118d7640e Reformat little-snitch.rb according to readability conventions 2014-06-27 02:01:24 +02:00
moonray b9c701a24a Updated Little Snitch to 3.3.2 2014-06-07 22:13:46 +02:00
ndr 1866c2403f Update Little Snitch to 3.3.1 2014-05-12 15:56:39 +02:00
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00
Roland Walker 329c48298a caveats first-class in DSL, gets own mini-DSL
Make caveats a first-class member of the Cask DSL.  It no longer has to
be specified with "def caveats", but can be given as "caveats do ... end"
as with after_install blocks.

In addition, create a mini-DSL which can be used within caveats blocks,
providing standard messages when manual installers must be used,
reboot-required, etc.

Add alternate form: caveats can also accept a compile-time string for
simple cases.

This is 99% compatible with old Casks, as it still works by defining
a caveats method.  However, all Casks containing caveats are cleaned
up and adapted according to the new DSL.

Full docs in CONTRIBUTING.md.
2014-01-20 11:54:46 -05:00
Roland Walker 011de2e285 add caveats for Little Snitch
note - this currently is the only app cask that does not have
a "link" or "install" stanza
2013-12-11 16:40:07 -05:00
Fernando Paredes 1cd44a3272 Fix LittleSnitch Checksum
Closes #1283
2013-10-24 19:40:29 -07:00
Darin Morrison a98a7a9db6 little-snitch: update to version 3.3 2013-10-14 00:50:11 -06:00
gregstallings 073615c6f5 Upgrade little-snitch to 3.1.1 2013-09-13 20:24:15 -07:00
Cameron Malek 72c54c299b Fixed sha1 checksum for Little Snitch
Verified accuracy with download from both ISP and TorBrowser
2013-06-15 14:25:18 -05:00
Paul Hinze e702a69b28 so long content_length
closes #131
2013-03-13 13:13:37 -05:00
phinze 0d1f831b79 Add checksum support to Casks.
`md5`, `sha1`, `sha256` all take a hexdigest string, e.g:
sha1 'f645e9da45a621415a07a7492c45923b1a1fd4d4'

`no_checksum` takes no argument, and indicates there is no checksum
for this cask. This is *not recommended*, and should only be used for
casks that have no versioned downloads.

`brew cask install` will complain if there is no sum provided (unless
`no_checksum` has been invoked), or if the sums do not match. It will
provide the computed checksum so the cask can be easily amended.

Adapted from @passcod's work in 82cc199ae6
2012-12-17 17:04:22 -07:00
phinze 95672686e3 fill in content_length for all casks 2012-11-18 23:13:43 -06:00
phinze 9e4753fec7 update little-snitch to 2.5.4 2012-09-09 15:40:04 -04:00
phinze a8989fedf9 making casks as i install software 2012-03-09 22:44:09 -06:00