homebrew-cask/Casks/cryptomator.rb

14 lines
566 B
Ruby

cask 'cryptomator' do
version '1.2.4'
sha256 'f3753716ee69240d2904740c38a0c280bfca1e3b89fa5111b98db484a896d090'
# bintray.com/artifact/download/cryptomator was verified as official when first introduced to the cask
url "https://bintray.com/artifact/download/cryptomator/cryptomator/Cryptomator-#{version}.dmg"
appcast 'https://github.com/cryptomator/cryptomator/releases.atom',
checkpoint: 'd39d0da435a1b07582924063c0074457bb7f6524b6b153964345e6afa28a65e3'
name 'Cryptomator'
homepage 'https://cryptomator.org/'
app 'Cryptomator.app'
end