Skip to content

Commit

Permalink
Release 0.30.14
Browse files Browse the repository at this point in the history
  • Loading branch information
postman-insights-builds[bot] authored Aug 27, 2024
1 parent 211091b commit 311fbb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions postman-insights-agent.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 311fbb9

Please sign in to comment.