mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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
7 lines
312 B
Ruby
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
|