homebrew-cask-versions/test/cask
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 82cc199ae6bbb1e98950e71a0573ab48e6a641ee
2012-12-17 17:04:22 -07:00
..
actions_test.rb demockify actions_tests 2012-11-25 15:49:16 -06:00
audit_test.rb halfway through ripping out mocha 2012-11-25 15:49:09 -06:00
dsl_test.rb Add checksum support to Casks. 2012-12-17 17:04:22 -07:00
installer_test.rb Add checksum support to Casks. 2012-12-17 17:04:22 -07:00
scopes_test.rb allow test suite to be run without internet 2012-11-21 15:51:03 -06:00