homebrew-cask/Casks/webcatalog.rb

23 lines
868 B
Ruby

cask 'webcatalog' do
version '20.0.5'
sha256 '8745ad9a8947b9cc8128e01558ab6eecad147454bf571d76664cc6d8b6e096f8'
# github.com/quanglam2807/webcatalog was verified as official when first introduced to the cask
url "https://github.com/quanglam2807/webcatalog/releases/download/v#{version}/WebCatalog-#{version}-mac.zip"
appcast 'https://github.com/quanglam2807/webcatalog/releases.atom'
name 'WebCatalog'
homepage 'https://getwebcatalog.com/'
auto_updates true
app 'WebCatalog.app'
zap trash: [
'~/Library/Application Support/WebCatalog',
'~/Library/Caches/com.webcatalog.jordan',
'~/Library/Caches/com.webcatalog.jordan.ShipIt',
'~/Library/Preferences/com.webcatalog.jordan.plist',
'~/Library/Saved Application State/com.webcatalog.jordan.savedState',
]
end