homebrew-cask/Casks/boxcryptor.rb

17 lines
636 B
Ruby

cask 'boxcryptor' do
version '2.4.403.767'
sha256 '5a1fc1939a33b126a82bd2db59fdbc4e878552bdc3c04983e3904da912123ee6'
# d3k3ih5otj72mn.cloudfront.net was verified as official when first introduced to the cask
url "https://d3k3ih5otj72mn.cloudfront.net/boxcryptor/mac/Boxcryptor_v#{version}_Installer.dmg"
appcast 'https://rink.hockeyapp.net/api/2/apps/7fd6db3e51a977132e3b120c613eaea8',
checkpoint: 'e2a747a1e5641595b466da20a79f59e86255b63f4a0d3a75febc77c8177a4033'
name 'Boxcryptor'
homepage 'https://www.boxcryptor.com/en'
license :commercial
depends_on macos: '>= :mavericks'
app 'Boxcryptor.app'
end