homebrew-cask/Casks/gobdokumente.rb

21 lines
621 B
Ruby

cask 'gobdokumente' do
version '1.5.2'
sha256 '59f47c8d2f91ea9b04cd3532d89fc5991cc3345763646e08b9f1acbc28367ee1'
# moapp.software was verified as official when first introduced to the cask
url 'https://download.moapp.software/GoBDokumente.zip'
appcast 'https://sparkle.moapp.software/gobdokumente.xml'
name 'GoBDokumente'
name 'GoBDocuments'
homepage 'https://gobdokumente.de/'
depends_on macos: '>= :el_capitan'
app 'GoBDokumente.app'
zap trash: [
'~/Library/Preferences/com.moapp.GoBDokumente.plist',
'~/Library/Caches/com.moapp.GoBDokumente',
]
end