From ffdc9d6f5fb85eee1ebf22651652668df0339eaa Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sat, 27 Feb 2016 08:50:37 -0500 Subject: [PATCH] Adjust postman file name - Switch to uppercase 'P' - Separate commit, can be reverted if the file name change is reverted --- Casks/postman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/postman.rb b/Casks/postman.rb index dfc9cac3549..924ad9b15cc 100644 --- a/Casks/postman.rb +++ b/Casks/postman.rb @@ -3,7 +3,7 @@ cask 'postman' do sha256 '8223cb89f6ebf937ea9a3237612b4ea52742c39e8f8745264e29ec4ef070467d' # s3.amazonaws.com/postman-electron-builds was verified as official when first introduced to the cask - url "https://s3.amazonaws.com/postman-electron-builds/mac/postman-osx-#{version}.zip" + url "https://s3.amazonaws.com/postman-electron-builds/mac/Postman-osx-#{version}.zip" appcast 'https://app.getpostman.com/api/electron_updates_auto', checkpoint: 'cd3facb38b5b966e444fcb92e1fa3908e8c3d7be8290328d23a6596c9692bddb' name 'Postman'