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.
13 lines
245 B
13 lines
245 B
9 years ago
|
cask 'boxcryptor-beta' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'https://www.boxcryptor.com/l/download-macosx-beta'
|
||
|
name 'Boxcryptor'
|
||
|
homepage 'https://www.boxcryptor.com/en'
|
||
|
|
||
|
depends_on macos: '>= :lion'
|
||
|
|
||
|
app 'Boxcryptor.app'
|
||
|
end
|