homebrew-cask/Casks/vsee.rb

22 lines
713 B
Ruby

cask 'vsee' do
version '4.7.2,40198'
sha256 '2cb9ffbdb54b9903f7b2fd80f26606f8f591140dae4f0d78a87e71bb74e31de4'
# d2q5hugz2rti4w.cloudfront.net was verified as official when first introduced to the cask
url "https://d2q5hugz2rti4w.cloudfront.net/mac/#{version.after_comma}/vseemac.dmg"
appcast 'https://client.vsee.com/mac/appcast.xml'
name 'VSee'
homepage 'https://vsee.com/'
app 'VSee.app'
uninstall delete: '~/Library/Internet Plug-Ins/VSeeHelper.plugin'
zap trash: [
'~/Library/Preferences/com.vsee.VSee.plist',
'~/Library/Application Support/VSee',
'~/Library/Caches/com.vsee.VSee',
'~/Library/Logs/VSee',
]
end