homebrew-cask/Casks/vellum.rb

20 lines
577 B
Ruby
Raw Normal View History

2017-08-24 14:07:11 +08:00
cask 'vellum' do
2018-05-27 08:35:51 +08:00
version '2.2.1'
sha256 '647470a1c846932d625cafc7df5d0767d0664158036e119de59a10bdf5385597'
2017-08-24 14:07:11 +08:00
# 180g.s3.amazonaws.com/downloads was verified as official when first introduced to the cask
2017-11-23 09:19:04 +08:00
url "https://180g.s3.amazonaws.com/downloads/Vellum-#{version.no_dots}00.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://get.180g.co/updates/vellum/'
2017-08-24 14:07:11 +08:00
name 'Vellum'
homepage 'https://vellum.pub/'
auto_updates true
app 'Vellum.app'
2017-11-18 17:42:59 +08:00
zap trash: [
'~/Library/Application Scripts/co.180g.Vellum',
'~/Library/Containers/co.180g.Vellum',
]
2017-08-24 14:07:11 +08:00
end