cask "artisan" do version "3.0.2" sha256 "770e69674374844f04880aac4a7b1a07b0127294fe2c504b81ebcb339b5cf3da" url "https://github.com/artisan-roaster-scope/artisan/releases/download/v#{version}/artisan-mac-#{version}.dmg", verified: "github.com/artisan-roaster-scope/artisan/" name "Artisan" desc "Visual scope for coffee roasters" homepage "https://artisan-scope.org/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :big_sur" app "Artisan.app" zap trash: [ "~/Library/Application Support/artisan-scope", "~/Library/Preferences/org.artisan-scope.Artisan.plist", "~/Library/Saved Application State/org.artisan-scope.artisan.savedState", ] end