Update postman from 9.12.1 to 9.12.2 (#118667)

This commit is contained in:
Yusuf Kürşad Kaya 2022-02-04 19:54:59 +03:00 committed by GitHub
parent 125b3a8a06
commit 1d7898f2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
cask "postman" do
arch = Hardware::CPU.intel? ? "osx64" : "osx_arm64"
version "9.12.1"
version "9.12.2"
if Hardware::CPU.intel?
sha256 "86576f66af1a724d0a85f16b252e761b16c75ebbe63716ae9b248c0e40a422fe"
sha256 "8228de5dbf7c5c51f0865fc3c5433183ea7d6fa5b62ca27170badfe91bc46bf3"
else
sha256 "d34132224faecf438339f06599378743f3c10e4342d9f761a2ecbc54b69d02c6"
sha256 "4e296281a5bbe5842021bbc3fc23cf8130290f541628642b9c5683297df7460b"
end
url "https://dl.pstmn.io/download/version/#{version}/#{arch}",