Skip to content

Commit 311fbb9

Browse files
Release 0.30.14
1 parent 211091b commit 311fbb9

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.13"
4+
version "0.30.14"
55

66
if OS.mac?
77
if Hardware::CPU.arm?
8-
url "https://releases.observability.postman.com/cli/0.30.13/postman-insights-agent_0.30.13_darwin_arm64.zip"
9-
sha256 "8dcc3e2c1fa019bf3b4d878064d1df197f344b582ec092330675af55937daeac"
8+
url "https://releases.observability.postman.com/cli/0.30.14/postman-insights-agent_0.30.14_darwin_arm64.zip"
9+
sha256 "09c55bd3a792a89d040ff40698378407a514401a3d6713cbaef75f26320e55fc"
1010
else
11-
url "https://releases.observability.postman.com/cli/0.30.13/postman-insights-agent_0.30.13_darwin_amd64.zip"
12-
sha256 "290881c002c39670707af6cae3a3359a7eb2835d9e0775434cbc7aad7b0d436d"
11+
url "https://releases.observability.postman.com/cli/0.30.14/postman-insights-agent_0.30.14_darwin_amd64.zip"
12+
sha256 "4fdd869a0b3fd14a215c91c24f18c0f784a9986a5b514a07ae7a894efb0e3c4b"
1313
end
1414
end
1515

0 commit comments

Comments
 (0)