homebrew-cask/Casks/vellum.rb

20 lines
577 B
Ruby

cask 'vellum' do
version '2.2.3'
sha256 'cff4bd519f65e4e74078d71b6d1da19c02ea1a8cd19428796c316659b30d0d79'
# 180g.s3.amazonaws.com/downloads was verified as official when first introduced to the cask
url "https://180g.s3.amazonaws.com/downloads/Vellum-#{version.no_dots}00.zip"
appcast 'https://get.180g.co/updates/vellum/'
name 'Vellum'
homepage 'https://vellum.pub/'
auto_updates true
app 'Vellum.app'
zap trash: [
'~/Library/Application Scripts/co.180g.Vellum',
'~/Library/Containers/co.180g.Vellum',
]
end