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 <miccal.matthews@gmail.com>
This commit is contained in:
Michael Werle 2020-12-21 00:23:38 -06:00 committed by GitHub
parent 2c0c7c6933
commit ace52a2879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"