homebrew-cask/Casks/gobdokumente.rb

21 lines
619 B
Ruby

cask 'gobdokumente' do
version '1.4'
sha256 'c5305ea30ea1e87b3aa8c94f72ff6a4b44a0663bff0020c0c4bf90a558fcad0e'
# 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