Skip to content

Commit

Permalink
Release 0.30.10
Browse files Browse the repository at this point in the history
  • Loading branch information
postman-insights-builds[bot] authored Jul 29, 2024
1 parent 18a0d63 commit d83c65c
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.9"
version "0.30.10"

if OS.mac?
if Hardware::CPU.arm?
url "https://releases.observability.postman.com/cli/0.30.9/postman-insights-agent_0.30.9_darwin_arm64.zip"
sha256 "590ab7038ef29a2bcd1e00bf9d9b619094a3af361df2c05fa9564fd5cf62752a"
url "https://releases.observability.postman.com/cli/0.30.10/postman-insights-agent_0.30.10_darwin_arm64.zip"
sha256 "3f15c4b56ace3d0ae9af4a6921e7c47b5274b92ff029443b165973774f715a0d"
else
url "https://releases.observability.postman.com/cli/0.30.9/postman-insights-agent_0.30.9_darwin_amd64.zip"
sha256 "104b59080dee1b825ece6fd94dc80a2b1da74b4dc133f52d75bc596d65f009d7"
url "https://releases.observability.postman.com/cli/0.30.10/postman-insights-agent_0.30.10_darwin_amd64.zip"
sha256 "038d42c370e6084fc93380e83022df964c1d2f8737dfbb4b52200c75524ae9ae"
end
end

Expand Down

0 comments on commit d83c65c

Please sign in to comment.