Update postman-agent.rb

This commit is contained in:
Miccal Matthews
2023-12-17 07:50:58 +08:00
committed by GitHub
parent 8800c5649c
commit ec7736975d
+4 -5
View File
@@ -2,17 +2,16 @@ cask "postman-agent" do
arch arm: "osx_arm64", intel: "osx_64"
version "0.4.18"
sha256 arm: "e49789c5807c98fce85273a6a429f8d5c120e1a1c7f04e9689ead71a90741eb5",
intel: "a0aabdd3115ac695400be9861d0bc537b477905f19655b6d7b4acc0afe10a2ad"
sha256 :no_check
url "https://dl-agent.pstmn.io/download/version/#{version}/#{arch}",
verified: "dl-agent.pstmn.io/download/version/"
url "https://dl-agent.pstmn.io/download/latest/#{arch}",
verified: "dl-agent.pstmn.io/download/latest/"
name "Postman Agent"
desc "Desktop agent for Postman on the Web"
homepage "https://www.postman.com/downloads/postman-agent/"
livecheck do
url "https://dl-agent.pstmn.io/download/latest/#{arch}"
url :url
strategy :header_match
end