mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
10 lines
240 B
Ruby
10 lines
240 B
Ruby
class Backblaze < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://secure.backblaze.com/mac/install_backblaze.dmg'
|
|
homepage 'https://www.backblaze.com/'
|
|
license :commercial
|
|
|
|
installer :manual => 'Backblaze Installer.app'
|
|
end
|