Update sidenotes from 1.4.9 to 1.4.10 (#143179)

* Update sidenotes from 1.4.9 to 1.4.10

* add zap stanza

* Update sidenotes.rb

---------

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Razvan Azamfirei 2023-03-16 21:11:27 -04:00 committed by GitHub
parent 79c6d9993e
commit d8a0eda517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cask "sidenotes" do
version "1.4.9"
sha256 "3d897bb794bc7b1fa46a20aef46709797f158d2a41b057ccd0a97c48f03d9bf4"
version "1.4.10"
sha256 "80fa102394e03ebe1d466afce1d5f50dd02bef7fbb54308c60e7726ec7cdc342"
url "https://www.apptorium.com/public/products/sidenotes/releases/SideNotes-#{version}.zip"
name "SideNotes"
@ -12,7 +12,19 @@ cask "sidenotes" do
strategy :sparkle, &:short_version
end
auto_updates true
depends_on macos: ">= :catalina"
app "SideNotes.app"
zap trash: [
"~/Library/Application Scripts/com.apptorium.SideNotes-paddle*.ShareExtension--Paddle-",
"~/Library/Application Support/com.apptorium.SideNotes-paddle",
"~/Library/Application Support/SideNotes",
"~/Library/Caches/com.apptorium.SideNotes-paddle",
"~/Library/Containers/com.apptorium.SideNotes-paddle.ShareExtension--Paddle-",
"~/Library/HTTPStorages/com.apptorium.SideNotes-paddle*",
"~/Library/Preferences/com.apptorium.SideNotes-paddle.plist",
"~/Library/WebKit/com.apptorium.SideNotes-paddle",
]
end