Update free42-binary and free42-decimal from 3.0.7 to 3.0.8 (#116379)

* Update free42-binary and free42-decimal from 3.0.7 to 3.0.8

* reorder zap

* reorder zap

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
Aaron Rumpler
2021-12-24 06:39:14 +08:00
committed by GitHub
co-authored by Bevan Kay
parent 5c4755bd3d
commit ac4ad09a3e
2 changed files with 10 additions and 4 deletions
+6 -3
View File
@@ -1,5 +1,5 @@
cask "free42-binary" do
version "3.0.7"
version "3.0.8"
sha256 :no_check
url "https://thomasokken.com/free42/download/Free42Mac.zip"
@@ -16,7 +16,10 @@ cask "free42-binary" do
zap trash: [
"~/Library/Application Support/Free42",
"~/Library/Caches/com.thomasokken.Free42",
"~/Library/Preferences/com.thomasokken.Free42.plist",
"~/Library/Caches/com.thomasokken.Free42b",
"~/Library/HTTPStorages/com.thomasokken.Free42b",
"~/Library/HTTPStorages/com.thomasokken.Free42b.binarycookies",
"~/Library/Preferences/com.thomasokken.Free42b.plist",
"~/Library/Saved Application State/com.thomasokken.Free42b",
]
end
+4 -1
View File
@@ -1,5 +1,5 @@
cask "free42-decimal" do
version "3.0.7"
version "3.0.8"
sha256 :no_check
url "https://thomasokken.com/free42/download/Free42Mac.zip"
@@ -17,6 +17,9 @@ cask "free42-decimal" do
zap trash: [
"~/Library/Application Support/Free42",
"~/Library/Caches/com.thomasokken.Free42",
"~/Library/HTTPStorages/com.thomasokken.Free42",
"~/Library/HTTPStorages/com.thomasokken.Free42.binarycookies",
"~/Library/Preferences/com.thomasokken.Free42.plist",
"~/Library/Saved Application State/com.thomasokken.Free42",
]
end