homebrew-cask/Casks/vellum.rb

26 lines
618 B
Ruby

cask "vellum" do
version "3.0.1,30100"
sha256 "de10e693d35accd85e063de89225cfc949e12c1c8c6427af0595d0f16370de9b"
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: ">= :catalina"
app "Vellum.app"
zap trash: [
"~/Library/Application Scripts/co.180g.Vellum",
"~/Library/Containers/co.180g.Vellum",
]
end