homebrew-cask/Casks/webcatalog.rb

23 lines
1019 B
Ruby

cask 'webcatalog' do
version '4.1.1'
sha256 '53ff3912d0c5ccbd2787f19509f993ba8da6897a841c83ba957606b8e121df03'
# github.com/webcatalog/desktop/releases/download/ was verified as official when first introduced to the cask
url "https://github.com/webcatalog/desktop/releases/download/v#{version}/WebCatalog-#{version}.dmg"
appcast 'https://github.com/webcatalog/desktop/releases.atom',
checkpoint: 'e2bce6a9907d494ca4fdb717e2be511d3f8b9c8bf2a1bbc7bf4c7f5526dc7a09'
name 'WebCatalog'
homepage 'https://getwebcatalog.com/'
app 'WebCatalog.app'
zap delete: [
'~/Library/Application Support/WebCatalog',
'~/Library/Cookies/com.webcatalog.app.binarycookies',
'~/Library/Preferences/WebCatalog_Alt.plist',
'~/Library/Preferences/com.webcatalog.app.helper.plist',
'~/Library/Preferences/com.webcatalog.app.plist',
'~/Library/Saved Application State/com.webcatalog.app.savedState',
]
end