cask "quarto" do version "1.7.32" sha256 "e871999a3676d7be8f4822258d5f8ded2e16edfc44a6a9a9dc394eb5b9b920f7" url "https://github.com/quarto-dev/quarto-cli/releases/download/v#{version}/quarto-#{version}-macos.pkg", verified: "github.com/quarto-dev/quarto-cli/" name "quarto" desc "Scientific and technical publishing system built on Pandoc" homepage "https://www.quarto.org/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :el_capitan" pkg "quarto-#{version}-macos.pkg" uninstall pkgutil: "org.rstudio.quarto" zap trash: [ "~/Library/Application Support/quarto", "~/Library/Application Support/quarto-writer", "~/Library/Caches/quarto", ] end