Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / s / sigil.rb
blob022b14043190b85563d0ec441ff109d5180b6aa1
1 cask "sigil" do
2   arch arm: "arm64", intel: "x86_64"
4   version "2.4.0"
5   sha256 arm:   "78738f5e4394c1715a4471baf66589ab9faa0db62cdbb987efec5ca21c1b202d",
6          intel: "22820b54837ee32dcc8bb6dfebfebcfb95e45311dbd4e8e852a6c0e20186af58"
8   url "https://github.com/Sigil-Ebook/Sigil/releases/download/#{version}/Sigil.app-#{version}-Mac-#{arch}.txz",
9       verified: "github.com/Sigil-Ebook/Sigil/"
10   name "Sigil"
11   desc "EPUB ebook editor"
12   homepage "https://sigil-ebook.com/"
14   depends_on macos: ">= :big_sur"
16   app "Sigil.app"
18   zap trash: [
19     "~/Library/Application Support/sigil-ebook",
20     "~/Library/Preferences/com.sigil-ebook.Sigil.app.plist",
21     "~/Library/Saved Application State/com.sigil-ebook.Sigil.app.savedState",
22   ]
23 end