mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
236 B
Ruby
9 lines
236 B
Ruby
class BoxcryptorClassic < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://www.boxcryptor.com/download/Boxcryptor_Installer.dmg'
|
|
homepage 'https://www.boxcryptor.com/en/boxcryptor-classic'
|
|
|
|
app 'Boxcryptor Classic.app'
|
|
end
|