From ace52a28791f627a2be8cfb168157b7152af0e7e Mon Sep 17 00:00:00 2001 From: Michael Werle Date: Mon, 21 Dec 2020 00:23:38 -0600 Subject: [PATCH] Update yak yak from 1.5.10 to 1.5.11 (#95895) * Update yak yak from 1.5.10 to 1.5.11 After making all changes to a cask, verify: [x] `brew audit --cask --strict {{cask_file}}` is error-free. [x] `brew style --fix {{cask_file}}` left no offenses. [x] There are no open pull requests for the same update. [x] The submission is for a stable version or documented exception. There is no universal version of YakYak, so I had to test the hardware to determine which version to install. Unfortunately, I could not find any other casks doing this type of check, yet, so hopefully I did it right. I modeled it after some logic I found in the openssl@1.1 formula. * Update yakyak.rb Co-authored-by: Miccal Matthews --- Casks/yakyak.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/yakyak.rb b/Casks/yakyak.rb index 523b1a36417..2a921be078c 100644 --- a/Casks/yakyak.rb +++ b/Casks/yakyak.rb @@ -1,8 +1,8 @@ cask "yakyak" do - version "1.5.10" - sha256 "1e25fe66846153579626bacdf30bea712ed6e81216baf94c0ac89a681a4ca611" + version "1.5.11" + sha256 "c5b8c079d7ba076dc5c03cd00c8950cb5f7ce6400b33dc3ef58d271c0700502b" - url "https://github.com/yakyak/yakyak/releases/download/v#{version}/yakyak-#{version}-osx.zip" + url "https://github.com/yakyak/yakyak/releases/download/v#{version}/yakyak-#{version}-osx-x64.zip" appcast "https://github.com/yakyak/yakyak/releases.atom" name "Yakyak" desc "Desktop chat client for Google Hangouts"