From 6f4de24855351fcd4bdc65ca669f17772108d14d Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Thu, 13 Jun 2019 09:15:38 +1000 Subject: [PATCH] krisp: Bump to 1.0.1 (#64782) Updates krisp to use the new URL structure and download the latest and greatest version available. --- Casks/krisp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/krisp.rb b/Casks/krisp.rb index 26fdd0b057c..6c8d7ddbb35 100644 --- a/Casks/krisp.rb +++ b/Casks/krisp.rb @@ -1,8 +1,8 @@ cask 'krisp' do - version '0.7.6' - sha256 'ee24ebc63110528e7a7e2681fe595936174c7b33b4c7a7070bd64e19cd7c33d1' + version '1.0.1' + sha256 '61ae1e9231a0e479786edf65c63c691a29146b76761227cfb2176263bbac429e' - url "https://cdn.krisp.ai/installer/release/krisp_#{version}.pkg" + url "https://cdn.krisp.ai/mac/release/v#{version.major}.#{version.minor}/krisp_#{version}.pkg" appcast 'https://krisp.ai/index.html' name 'Krisp' homepage 'https://krisp.ai/index.html'