cask "stretchly" do arch arm: "-arm64" version "1.17.2" sha256 arm: "9e757eb1601c11a1b0540ad462ed8deef5a9959cc98975c4d3cf9b073a709207", intel: "d40d6a5868965d6ba8d2c502c5f8370574f24c25609071fa2bfedce6687873d8" url "https://github.com/hovancik/stretchly/releases/download/v#{version}/stretchly-#{version}#{arch}.dmg", verified: "github.com/hovancik/stretchly/" name "Stretchly" desc "Break time reminder app" homepage "https://hovancik.net/stretchly/" no_autobump! because: :requires_manual_review depends_on macos: ">= :big_sur" app "Stretchly.app" uninstall quit: "net.hovancik.stretchly" zap trash: [ "~/Library/Application Support/Stretchly", "~/Library/Logs/Stretchly", "~/Library/Preferences/net.hovancik.stretchly.plist", ] caveats <<~EOS This application is not signed. For details see: https://github.com/hovancik/stretchly#application-signing EOS end