mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Knox lets you easily create, access, and backup encrypted file vaults. These vaults are great for storing large number of files of any size: confidential documents, images, source code, application data files, customer information.
7 lines
216 B
Ruby
7 lines
216 B
Ruby
class Knox < Cask
|
|
url 'https://d13itkw33a7sus.cloudfront.net/dist/K/Knox-2.2.0.zip'
|
|
homepage 'https://agilebits.com/knox'
|
|
version '2.2.0'
|
|
sha1 '227e8f3fb2279ca1199e72a961d0f54c8ca8a479'
|
|
link 'Knox.app'
|
|
end
|