Add Faxbot Latest (#53139)

* Add Faxbot Latest

* Update Faxbot: add zap stanza

Faxbot was named Faxer in earlier versions and is still using the
app identifier de.hosy.Faxer.plist. The app's website URL reflects
the old name, too.

* Update faxbot.rb
This commit is contained in:
Dirk Weise 2018-10-11 23:28:00 +02:00 committed by Vítor Galvão
parent 3110c87f1e
commit 5f8ee3f155
1 changed files with 18 additions and 0 deletions

18
Casks/faxbot.rb Normal file
View File

@ -0,0 +1,18 @@
cask 'faxbot' do
version '2.5.1'
sha256 '665d5bf085d5795203808f1d90cdd596fffa574bfa6d1dc24efa3d306e2d5860'
url 'https://www.hosy.de/faxer/Faxer.zip'
appcast 'https://www.hosy.de/faxer/version.xml'
name 'Faxbot'
homepage 'https://www.hosy.de/faxer/'
app 'Faxbot.app'
zap trash: [
'~/Library/Application Support/de.hosy.Faxer',
'~/Library/Application Support/Faxbot',
'~/Library/Caches/de.hosy.Faxer',
'~/Library/Preferences/de.hosy.Faxer.plist',
]
end