excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / soulver.rb
blob560b82c3416d913c9bf3625b01f69e6757187c0b
1 cask "soulver" do
2   version "3.13.2,472"
3   sha256 "c3cc4081e572ae96eba50cca8cffb6789e07549f7fdd7fc38faf00b827de1a80"
5   url "https://soulver.app/mac/sparkle/soulver-#{version.csv.first}-#{version.csv.second}.zip"
6   name "Soulver"
7   desc "Notepad with a built-in calculator"
8   homepage "https://soulver.app/"
10   livecheck do
11     url "https://soulver.app/mac/sparkle/appcast.xml"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :big_sur"
18   app "Soulver #{version.major}.app"
20   zap trash: [
21     "~/Library/Application Scripts/app.soulver.mac.QuicklookInSpotlight",
22     "~/Library/Application Support/app.soulver.mac",
23     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.soulver.mac.sfl*",
24     "~/Library/Application Support/Soulver #{version.major}",
25     "~/Library/Caches/app.soulver.mac",
26     "~/Library/Containers/app.soulver.mac.QuicklookInSpotlight",
27     "~/Library/Group Containers/group.app.soulver",
28     "~/Library/HTTPStorages/app.soulver.mac.binarycookies",
29     "~/Library/Preferences/app.soulver.mac.plist",
30     "~/Library/Saved Application State/app.soulver.mac.savedState",
31   ]
32 end