Update postman.rb (#60224)

This commit is contained in:
CoreCode 2019-03-13 01:03:23 +01:00 committed by Vítor Galvão
parent 21a36d6329
commit 45f8092e65
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ cask 'postman' do
sha256 'bb44418f3f9c219c3d62f648cff8100b26994d025e9d95c404f8b2d73aaada3b' sha256 'bb44418f3f9c219c3d62f648cff8100b26994d025e9d95c404f8b2d73aaada3b'
# dl.pstmn.io/download/version was verified as official when first introduced to the cask # dl.pstmn.io/download/version was verified as official when first introduced to the cask
url "https://dl.pstmn.io/download/version/#{version.major}.0.0/osx64" url "https://dl.pstmn.io/download/version/#{version}/osx64"
appcast "https://dl.pstmn.io/update/status?channel=stable&currentVersion=#{version}&arch=64&platform=osx&syncEnabled=true&teamPlan=" appcast "https://dl.pstmn.io/update/status?channel=stable&currentVersion=#{version.major}.0.0&arch=64&platform=osx&syncEnabled=true&teamPlan="
name 'Postman' name 'Postman'
homepage 'https://www.getpostman.com/' homepage 'https://www.getpostman.com/'