From 1c8ba95a88e820a8981e492d78a1fb046add9cb1 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:12:58 -0500 Subject: [PATCH] camtasia 2023.3.7 --- Casks/c/camtasia.rb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Casks/c/camtasia.rb b/Casks/c/camtasia.rb index fe45b4b2c1..706f94c609 100644 --- a/Casks/c/camtasia.rb +++ b/Casks/c/camtasia.rb @@ -1,6 +1,6 @@ cask "camtasia" do - version "2023.2.1" - sha256 "06a2bd26632a1c20fb0b29274cef3a23b28bd0d42cfd70968a2ad51baf727306" + version "2023.3.7" + sha256 "5d4aecc8d0bcaebce8f3f00ed700a1818becebc48292cce1b7dafddd7bfff3db" url "https://download.techsmith.com/camtasiamac/releases/#{version.major[-2..]}#{version.minor_patch.no_dots}/Camtasia.dmg" name "Camtasia" @@ -9,7 +9,7 @@ cask "camtasia" do livecheck do url "https://support.techsmith.com/api/v2/help_center/en-us/articles/115006624748" - regex(/Camtasia\s*\(Mac\)\s*(\d+(?:\.\d+)+)/i) + regex(/Camtasia\s*(\d+(?:\.\d+)+)/i) end auto_updates true @@ -19,7 +19,14 @@ cask "camtasia" do zap trash: [ "/Users/Shared/TechSmith/Camtasia", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.techsmith.camtasia#{version.major}.sfl*", "~/Library/Application Support/TechSmith/Camtasia*", + "~/Library/Caches/com.plausiblelabs.crashreporter.data/com.techsmith.camtasia*", + "~/Library/Caches/com.techsmith.camtasia*", + "~/Library/HTTPStorages/com.techsmith.camtasia*", + "~/Library/HTTPStorages/com.techsmith.camtasia*.binarycookies", "~/Library/Preferences/com.techsmith.camtasia*.plist", + "~/Library/Saved Application State/com.techsmith.camtasia*.savedState", + "~/Library/WebKit/com.techsmith.camtasia*", ] end