cask "wiznote" do arch arm: "arm64", intel: "x64" version "0.1.107" sha256 arm: "72191dd13e51d1b00c9c1845b5bdd59a354ad6c3db219619c09666f15abf0513", intel: "aa110858f6fc80deb9e3626765c19de864d148687c32b4b794b2e02aee6c9215" url "https://get.wiz.cn/x/wiznote-desktop-#{version}-mac-#{arch}.dmg" name "WizNote" desc "Note-taking application" homepage "https://www.wiz.cn/" livecheck do url "https://url.wiz.cn/u/mac64_new" regex(/wiznote[._-]desktop[._-]?(\d+(?:\.\d+)+).*?\.dmg/i) strategy :header_match end auto_updates true depends_on macos: ">= :sierra" app "WizNote.app" zap trash: [ "~/Library/Application Support/Caches/wiznote-desktop-updater", "~/Library/Application Support/WizNote", "~/Library/Caches/cn.wiznote.desktop", "~/Library/Caches/cn.wiznote.desktop.ShipIt", "~/Library/Logs/WizNote", "~/Library/Preferences/ByHost/cn.wiznote.desktop.ShipIt.*.plist", "~/Library/Preferences/cn.wiznote.desktop.plist", "~/Library/Saved Application State/cn.wiznote.desktop.savedState", ] end