Skip to content

Commit

Permalink
grandtotal: update homepage and zap
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 9, 2025
1 parent 4fe5896 commit 8a73ade
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Casks/g/grandtotal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
url "https://www.mediaatelier.com/GrandTotal#{version.major}/GrandTotal_#{version}.dmg"
name "GrandTotal"
desc "Create invoices and estimates"
homepage "https://www.mediaatelier.com/GrandTotal#{version.major}/"
homepage "https://www.mediaatelier.com/GrandTotal/"

livecheck do
url "https://www.mediaatelier.com/GrandTotal#{version.major}/feed.php"
Expand All @@ -21,10 +21,10 @@
app "GrandTotal.app"

zap trash: [
"~/Library/Application Support/com.mediaatelier.GrandTotal3",
"~/Library/Caches/com.mediaatelier.GrandTotal3",
"~/Library/HTTPStorages/com.mediaatelier.GrandTotal3",
"~/Library/Preferences/com.mediaatelier.GrandTotal3.plist",
"~/Library/Saved Application State/com.mediaatelier.GrandTotal3.savedState",
"~/Library/Application Support/com.mediaatelier.GrandTotal*",
"~/Library/Caches/com.mediaatelier.GrandTotal*",
"~/Library/HTTPStorages/com.mediaatelier.GrandTotal*",
"~/Library/Preferences/com.mediaatelier.GrandTotal*.plist",
"~/Library/Saved Application State/com.mediaatelier.GrandTotal*.savedState",
]
end

0 comments on commit 8a73ade

Please sign in to comment.