From 9ad19a900ce443b6a821268c360a9985e0f48f02 Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Wed, 22 May 2024 18:09:04 -0400 Subject: [PATCH] This reverts commit 365b9e7f188b99d52dea17b4f28b0c5523a0d7b2. blitz 2.1.165 (new cask) Co-authored-by: Miccal Matthews Co-authored-by: Miccal Matthews --- Casks/b/blitz-gg.rb | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Casks/b/blitz-gg.rb diff --git a/Casks/b/blitz-gg.rb b/Casks/b/blitz-gg.rb new file mode 100644 index 000000000000..973595ec7ef5 --- /dev/null +++ b/Casks/b/blitz-gg.rb @@ -0,0 +1,35 @@ +cask "blitz-gg" do + version "2.1.165" + sha256 "27200493c22532a90d60a4059d486fb8295b7eafe36221f5d9c69dcd82fb0b75" + + url "https://blitz-main.blitz.gg/Blitz-x64-#{version}.dmg" + name "Blitz" + desc "Performance analysis software" + homepage "https://blitz.gg/" + + livecheck do + url "https://blitz.gg/download/mac" + strategy :header_match + end + + auto_updates true + depends_on macos: ">= :high_sierra" + + app "Blitz.app" + + uninstall quit: "com.blitz.app" + + zap trash: [ + "~/Library/Application Support/Blitz", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.blitz.app.sfl*", + "~/Library/Caches/com.blitz.app.ShipIt", + "~/Library/Cookies/com.blitz.app.binarycookies", + "~/Library/Logs/Blitz", + "~/Library/Preferences/com.blitz.app.plist", + "~/Library/Saved Application State/com.blitz.app.savedState", + ] + + caveats do + requires_rosetta + end +end