Skip to content

Commit 9b28eb0

Browse files
Release 0.32.0
1 parent 9b26af0 commit 9b28eb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

postman-insights-agent.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class PostmanInsightsAgent < Formula
22
desc "Postman Insights Agent"
33
homepage "https://www.postman.com"
4-
version "0.30.19"
4+
version "0.32.0"
55

66
if OS.mac?
77
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"
1010
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"
1313
end
1414
end
1515

0 commit comments

Comments
 (0)