homebrew-cask-versions/lib/cask/cli
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
..
audit.rb brew cask audit 2012-11-18 23:12:21 -06:00
create.rb consistently quote shell commands to handle spaces 2012-10-10 13:18:41 -05:00
edit.rb Add tap support to edit and list 2012-09-24 16:10:51 +12:00
install.rb Add checksum support to Casks. 2012-12-17 17:04:22 -07:00
linkapps.rb fix linkapps and cleanup output 2012-11-21 17:53:15 -06:00
list.rb add test coverage and start to split up cask.rb 2012-10-13 16:17:52 -05:00
search.rb separate Cask.all_titles from Cask.all 2012-11-18 23:11:22 -06:00
uninstall.rb uninstall no longer depends uses homebrew 2012-11-18 12:17:50 -06:00