Skip to content

Commit 211091b

Browse files
Release 0.30.13
1 parent ab2829c commit 211091b

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.12"
4+
version "0.30.13"
55

66
if OS.mac?
77
if Hardware::CPU.arm?
8-
url "https://releases.observability.postman.com/cli/0.30.12/postman-insights-agent_0.30.12_darwin_arm64.zip"
9-
sha256 "9dca7adc82740a5202fa604abe56f5092753b910876b7fa9d7cf7fcfbe6aaec9"
8+
url "https://releases.observability.postman.com/cli/0.30.13/postman-insights-agent_0.30.13_darwin_arm64.zip"
9+
sha256 "8dcc3e2c1fa019bf3b4d878064d1df197f344b582ec092330675af55937daeac"
1010
else
11-
url "https://releases.observability.postman.com/cli/0.30.12/postman-insights-agent_0.30.12_darwin_amd64.zip"
12-
sha256 "168331cd32b3c85a936a2672c90c5e842da194285f81a5194e3a8b025a6b6865"
11+
url "https://releases.observability.postman.com/cli/0.30.13/postman-insights-agent_0.30.13_darwin_amd64.zip"
12+
sha256 "290881c002c39670707af6cae3a3359a7eb2835d9e0775434cbc7aad7b0d436d"
1313
end
1414
end
1515

0 commit comments

Comments
 (0)