From 45f8092e657040da6894a620cf253815ea65fec7 Mon Sep 17 00:00:00 2001 From: CoreCode Date: Wed, 13 Mar 2019 01:03:23 +0100 Subject: [PATCH] Update postman.rb (#60224) --- Casks/postman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/postman.rb b/Casks/postman.rb index 3e24dbc725f..f5b384b6f0c 100644 --- a/Casks/postman.rb +++ b/Casks/postman.rb @@ -3,8 +3,8 @@ cask 'postman' do sha256 'bb44418f3f9c219c3d62f648cff8100b26994d025e9d95c404f8b2d73aaada3b' # 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" - appcast "https://dl.pstmn.io/update/status?channel=stable¤tVersion=#{version}&arch=64&platform=osx&syncEnabled=true&teamPlan=" + url "https://dl.pstmn.io/download/version/#{version}/osx64" + appcast "https://dl.pstmn.io/update/status?channel=stable¤tVersion=#{version.major}.0.0&arch=64&platform=osx&syncEnabled=true&teamPlan=" name 'Postman' homepage 'https://www.getpostman.com/'