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.
12 lines
245 B
12 lines
245 B
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
|
|
|