cask "requestly" do arch arm: "-arm64" version "1.7.6" sha256 arm: "ee471045b44a307523bd866fb8097028bdfaa8f47f10f1720e611171962d0c65", intel: "9be523077c0cc71221b3ee463278b3f5fc231dc7927725bbddd39d089f7a92e9" url "https://github.com/requestly/requestly-desktop-app/releases/download/v#{version}/Requestly-#{version}#{arch}.dmg", verified: "github.com/requestly/requestly-desktop-app/" name "Requestly" desc "Intercept and modify HTTP requests" homepage "https://requestly.com/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :high_sierra" app "Requestly.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/io.requestly*.sfl*", "~/Library/Application Support/Requestly", "~/Library/Logs/Requestly", "~/Library/Preferences/io.requestly.*.plist", "~/Library/Saved Application State/io.requestly.*.savedState", ] end