From 311fbb92d81f99bef2bb5c53ea6af24e1f6e6a1f Mon Sep 17 00:00:00 2001 From: "postman-insights-builds[bot]" <146154414+postman-insights-builds[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:56:04 +0000 Subject: [PATCH] Release 0.30.14 --- postman-insights-agent.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/postman-insights-agent.rb b/postman-insights-agent.rb index c036a1c..822d1e6 100644 --- a/postman-insights-agent.rb +++ b/postman-insights-agent.rb @@ -1,15 +1,15 @@ class PostmanInsightsAgent < Formula desc "Postman Insights Agent" homepage "https://www.postman.com" - version "0.30.13" + version "0.30.14" if OS.mac? if Hardware::CPU.arm? - url "https://releases.observability.postman.com/cli/0.30.13/postman-insights-agent_0.30.13_darwin_arm64.zip" - sha256 "8dcc3e2c1fa019bf3b4d878064d1df197f344b582ec092330675af55937daeac" + url "https://releases.observability.postman.com/cli/0.30.14/postman-insights-agent_0.30.14_darwin_arm64.zip" + sha256 "09c55bd3a792a89d040ff40698378407a514401a3d6713cbaef75f26320e55fc" else - url "https://releases.observability.postman.com/cli/0.30.13/postman-insights-agent_0.30.13_darwin_amd64.zip" - sha256 "290881c002c39670707af6cae3a3359a7eb2835d9e0775434cbc7aad7b0d436d" + url "https://releases.observability.postman.com/cli/0.30.14/postman-insights-agent_0.30.14_darwin_amd64.zip" + sha256 "4fdd869a0b3fd14a215c91c24f18c0f784a9986a5b514a07ae7a894efb0e3c4b" end end