Commit Graph

56 Commits

Author SHA1 Message Date
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
Kevin Ridgway ea0fd67361 Update Casks/brackets.rb version number as well.
Update Casks/brackets.rb version number as well.
2012-11-15 10:58:33 -05:00
Kevin Ridgway 5021694b48 Update Casks/brackets.rb
They're on number 16 now.
2012-11-14 12:33:08 -05:00
Félix Saparelli 3c70e1f527 Brackets sprint-15 2012-10-25 15:16:18 +13:00
Félix Saparelli c832686c2e Brackets sprint-14 2012-09-22 12:35:53 +12:00