Update taskade from 4.1.1 to 4.1.2 (#115613)

* Update taskade from 4.1.1 to 4.1.2

* taskade: add zap
This commit is contained in:
neutric 2021-12-09 07:46:39 +01:00 committed by GitHub
parent b125937145
commit c2cc1a9f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cask "taskade" do
version "4.1.1"
sha256 "cf1d4d37e3cc2215d2822fa87114920d718d03cdaccb1b802fc5cb84831a0d97"
version "4.1.2"
sha256 "8acb02232a8f9e8513ab931789e621566242e70ca71be301a1cdf43d025f0bf6"
url "https://apps.taskade.com/updates/Taskade-#{version}-universal.dmg"
name "Taskade"
@ -15,4 +15,10 @@ cask "taskade" do
depends_on macos: ">= :yosemite"
app "Taskade.app"
zap trash: [
"~/Library/Application Support/taskade",
"~/Library/Preferences/com.taskade.plist",
"~/Library/Saved Application State/com.taskade.savedState",
]
end