homebrew-cask-versions/Casks/daisy-disk.rb
Cody Krieger 158fa6cdf8 Fix daisy-disk cask.
Now that DaisyDisk has gone 3.0, this cask is broken. I made the following changes:

- Updated the download URL (now a zip archive instead of a disk image)
- Changed the cask version to 'latest'
- Removed the checksum requirement
2013-09-07 03:04:43 -07:00

7 lines
312 B
Ruby

class DaisyDisk < Cask
url 'http://www.daisydiskapp.com/downloads/DaisyDisk.zip'
homepage 'http://www.daisydiskapp.com'
version 'latest'
no_checksum
link 'DaisyDisk.app'
end