Update website-watchman from 3.1.8 to 3.2.0 (#143184)

* Update website-watchman from 3.1.8 to 3.2.0

* add zap stanza
This commit is contained in:
Razvan Azamfirei 2023-03-16 21:01:02 -04:00 committed by GitHub
parent 108eda82fc
commit 2eda3cedbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cask "website-watchman" do
version "3.1.8"
version "3.2.0"
sha256 :no_check
url "https://peacockmedia.software/mac/watchman/watchman.dmg"
@ -13,4 +13,14 @@ cask "website-watchman" do
end
app "Website Watchman.app"
zap trash: [
"~/Library/Application Support/Watchman",
"~/Library/Caches/com.peacockmedia.watchtower",
"~/Library/HTTPStorages/com.peacockmedia.watchtower",
"~/Library/HTTPStorages/com.peacockmedia.watchtower.binarycookies",
"~/Library/Preferences/com.peacockmedia.watchtower.plist",
"~/Library/Saved Application State/com.peacockmedia.watchtower.savedState",
"~/Library/WebKit/com.peacockmedia.watchtower",
]
end