You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
348 B
17 lines
348 B
10 years ago
|
cask :v1 => 'boxcryptor-classic' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'https://www.boxcryptor.com/download/Boxcryptor_Installer.dmg'
|
||
|
name 'Boxcryptor'
|
||
|
name 'Boxcryptor Classic'
|
||
|
homepage 'https://www.boxcryptor.com/en/boxcryptor-classic'
|
||
|
license :commercial
|
||
|
|
||
|
app 'Boxcryptor Classic.app'
|
||
|
|
||
|
caveats do
|
||
|
discontinued
|
||
|
end
|
||
|
end
|