Skip to content

Commit

Permalink
Merge pull request #170794 from daeho-ro/requestly
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei authored Apr 6, 2024
2 parents 246a966 + 0a074d0 commit bccf9c9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/r/requestly.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "requestly" do
arch arm: "-arm64"

version "1.6.0"
sha256 arm: "5e17a3256ad4adb1a45bdd7f283b5aedc982b3aa01a053e4ec10a5e13c8a5172",
intel: "f09e5b41b5b585c35fe93ba53f83b3b4257589ad2b44d6e7c3428cc16a9ee71d"

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 "Open-Source platform for front-end developers that helps write, test & debug"
homepage "https://requestly.com/"

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

0 comments on commit bccf9c9

Please sign in to comment.