homebrew-cask/Casks/v/vellum.rb

26 lines
621 B
Ruby

cask "vellum" do
version "3.6.4,36400"
sha256 "294b2787f07715d8cc44d4a851b9bd194a66fd0b0ac41721b3b07fcca8947d05"
url "https://180g.s3.amazonaws.com/downloads/Vellum-#{version.csv.second}.zip",
verified: "180g.s3.amazonaws.com/downloads/"
name "Vellum"
desc "Ebook creation software"
homepage "https://vellum.pub/"
livecheck do
url "https://get.180g.co/updates/vellum/"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Vellum.app"
zap trash: [
"~/Library/Application Scripts/co.180g.Vellum",
"~/Library/Containers/co.180g.Vellum",
]
end