cask "requestly" do arch arm: "-arm64" version "25.6.27" sha256 arm: "0dc43cf8917eb41aeef866a158ef8fc2c33cf2faa93d4af511a302bbd55ae767", intel: "91378cf3e2a3653235f32fc63f7e83115eec13f40c286255ac385a520630bb84" 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