Skip to content

Commit

Permalink
add mitmproxy cask
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Nov 3, 2023
1 parent 464ca10 commit 9294e0d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/m/mitmproxy.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "mitmproxy" do

Check failure on line 1 in Casks/m/mitmproxy.rb

View workflow job for this annotation

GitHub Actions / test mitmproxy (macos-13, intel)

mitmproxy is listed in tap_migrations.json

Check failure on line 1 in Casks/m/mitmproxy.rb

View workflow job for this annotation

GitHub Actions / test mitmproxy (macos-13, intel)

possible duplicate, cask token conflicts with Homebrew core formula: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula//Formula/m/mitmproxy.rb
version "10.1.2"
sha256 "57f1d07809b712e9014305c2efad31fcb3de7e3dabd321cdfa8f79e971f8ae02"

url "https://downloads.mitmproxy.org/#{version}/mitmproxy-#{version}-macos-x86_64.tar.gz"
name "mitmproxy"
desc "Intercept, modify, replay, save HTTP/S traffic"
homepage "https://mitmproxy.org/"

livecheck do
url "https://github.com/mitmproxy/mitmproxy"
strategy :git
regex(/^(\d+(?:\.\d+)+)$/i)
end

binary "mitmproxy.app/Contents/MacOS/mitmproxy"
binary "mitmproxy.app/Contents/MacOS/mitmdump"
binary "mitmproxy.app/Contents/MacOS/mitmweb"

zap trash: "~/.mitmproxy"

caveats do
requires_rosetta
end
end

0 comments on commit 9294e0d

Please sign in to comment.