cask "soulver" do version "3.14.3,483" sha256 "66a8e78e10c07d437115bc97c6c45bd7b3e1013ba2ecdfad16f05c1ae32b52fd" url "https://soulver.app/mac/sparkle/soulver-#{version.csv.first}-#{version.csv.second}.zip" name "Soulver" desc "Notepad with a built-in calculator" homepage "https://soulver.app/" livecheck do url "https://soulver.app/mac/sparkle/appcast.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :monterey" app "Soulver #{version.major}.app" zap trash: [ "~/Library/Application Scripts/app.soulver.mac.QuicklookInSpotlight", "~/Library/Application Support/app.soulver.mac", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.soulver.mac.sfl*", "~/Library/Application Support/Soulver #{version.major}", "~/Library/Caches/app.soulver.mac", "~/Library/Containers/app.soulver.mac.QuicklookInSpotlight", "~/Library/Group Containers/group.app.soulver", "~/Library/HTTPStorages/app.soulver.mac.binarycookies", "~/Library/Preferences/app.soulver.mac.plist", "~/Library/Saved Application State/app.soulver.mac.savedState", ] end