Commit Graph

10 Commits

Author SHA1 Message Date
Vítor Galvão 7f7ff0e5c3 fixed racket's url, sha256, link 2014-05-09 17:05:39 +01:00
Vítor Galvão 1a0818f589 updated racket (6.0.1) 2014-05-09 16:28:57 +01:00
Linh Tran 141d9d9f0b Update Racket to v6.0 2014-02-28 01:02:11 +07:00
Michael Ford 880873e578 Racket 5.93 2014-02-10 10:58:22 +08:00
Michael Ford 1e42d23ebd Racket 5.3.6 2013-08-16 21:13:08 +08:00
Michael Ford 91a86ce332 Racket 5.3.5
I've had a look at this, and I'm not exactly sure what we should be
linking here. Input from a user would be helpful.
2013-06-25 20:46:45 +08: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 b623e915ff new cask: racket 2012-09-25 11:23:17 -05:00