homebrew-cask/Casks/boxcryptor.rb

14 lines
465 B
Ruby

cask 'boxcryptor' do
version '2.35.1024'
sha256 '5dded2fc6f5bdcc6ee1d40ab1ff9079b6058342caec76fcf7ca76a2eee308cd0'
url "https://downloads.boxcryptor.com/boxcryptor/mac/Boxcryptor_v#{version}_Installer.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.boxcryptor.com/l/download-macosx'
name 'Boxcryptor'
homepage 'https://www.boxcryptor.com/en/'
depends_on macos: '>= :sierra'
app 'Boxcryptor.app'
end