File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
class PostmanInsightsAgent < Formula
2
2
desc "Postman Insights Agent"
3
3
homepage "https://www.postman.com"
4
- version "0.30.19 "
4
+ version "0.32.0 "
5
5
6
6
if OS . mac?
7
7
if Hardware ::CPU . arm?
8
- url "https://releases.observability.postman.com/cli/0.30.19 /postman-insights-agent_0.30.19_darwin_arm64 .zip"
9
- sha256 "d92e39efaf03f28a07a2bcfd89c472a9c188b97b3091619363538ad411ce38ef "
8
+ url "https://releases.observability.postman.com/cli/0.32.0 /postman-insights-agent_0.32.0_darwin_arm64 .zip"
9
+ sha256 "0a4cb1d13d6fc193644768a078042d65eacdf0a810274508b2806864841f980b "
10
10
else
11
- url "https://releases.observability.postman.com/cli/0.30.19 /postman-insights-agent_0.30.19_darwin_amd64 .zip"
12
- sha256 "31df801e2ab93d7066b785e59800a4fea1a37084f1e278c7372e2c3a13ab256c "
11
+ url "https://releases.observability.postman.com/cli/0.32.0 /postman-insights-agent_0.32.0_darwin_amd64 .zip"
12
+ sha256 "b686430c521d92f06b074183e03aec3774c14df0d0da531a78208b2ba199887f "
13
13
end
14
14
end
15
15
You can’t perform that action at this time.
0 commit comments