homebrew-cask/Casks/webcatalog.rb

23 lines
870 B
Ruby

cask 'webcatalog' do
version '20.15.1'
sha256 '26937746828ba80e7e8fc5eb70059cc0364449f95f1cc1af352722f03eb3a886'
# 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