Commit Graph

3 Commits

Author SHA1 Message Date
Vítor Galvão ba4dcf0613 updated to version 1.0.0.20130319
closes #183

Signed-off-by: phinze <paul.t.hinze@gmail.com>
2013-03-20 15:26:12 -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 c4dbb82152 iTerm2 1.0.0.20120203 2012-03-10 16:20:39 -06:00