Skip to content

Commit

Permalink
Merge pull request #196447 from SoCuul/newcask-tm-error-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Dec 27, 2024
2 parents 6fcf314 + 408747a commit 3048f46
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Casks/t/tm-error-logger.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "tm-error-logger" do
version "8.0.2"
sha256 :no_check

url "https://carnationsoftware.com/ftp/TM_Error_Logger_Installer.dmg"
name "TM Error Logger"
desc "Time Machine error reporting program"
homepage "https://carnationsoftware.com/TM_Error_Log_WebPage.html"

livecheck do
url "https://carnationsoftware.com/TM_Error_Logger_Versions.html"
regex(/<p>v?(\d+(?:\.\d+)+)[ "<]/i)
end

depends_on macos: ">= :high_sierra"

app "TM Error Logger.app"

zap trash: [
"~/Library/Preferences/com.csw.TMErrorLogger.plist",
"~/Library/Preferences:Carnation Software Prefs",
"~/Library/Saved Application State/com.csw.TMErrorLogger.savedState",
]
end

0 comments on commit 3048f46

Please sign in to comment.